public class BrandApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
BrandApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
BrandAddResponseData |
brandAdd(Long accountId,
String name,
File brandImageFile)
创建品牌形象
|
BrandGetResponseData |
brandGet(Long accountId,
Long page,
Long pageSize,
List<String> fields)
获取品牌形象列表
|
handleResponsepublic BrandAddResponseData brandAdd(Long accountId, String name, File brandImageFile) throws ApiException, TencentAdsResponseException
accountId - (required)name - (required)brandImageFile - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic BrandGetResponseData brandGet(Long accountId, Long page, Long pageSize, List<String> fields) throws ApiException, TencentAdsResponseException
accountId - (required)page - (optional)pageSize - (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionCopyright © 2020. All rights reserved.