public class AdcreativesApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
AdcreativesApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
AdcreativesAddResponseData |
adcreativesAdd(AdcreativesAddRequest data)
创建广告创意
|
AdcreativesDeleteResponseData |
adcreativesDelete(AdcreativesDeleteRequest data)
删除广告创意
|
AdcreativesGetResponseData |
adcreativesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
Boolean linkPageTypeCompatible,
List<String> fields)
获取广告创意
|
AdcreativesUpdateResponseData |
adcreativesUpdate(AdcreativesUpdateRequest data)
更新广告创意
|
handleResponsepublic AdcreativesAddResponseData adcreativesAdd(AdcreativesAddRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic AdcreativesDeleteResponseData adcreativesDelete(AdcreativesDeleteRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic AdcreativesGetResponseData adcreativesGet(Long accountId, List<FilteringStruct> filtering, Long page, Long pageSize, Boolean isDeleted, Boolean linkPageTypeCompatible, List<String> fields) throws ApiException, TencentAdsResponseException
accountId - (required)filtering - (optional)page - (optional)pageSize - (optional)isDeleted - (optional)linkPageTypeCompatible - (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic AdcreativesUpdateResponseData adcreativesUpdate(AdcreativesUpdateRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionCopyright © 2020. All rights reserved.