public class UnionPositionPackagesApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
UnionPositionPackagesApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
UnionPositionPackagesAddResponseData |
unionPositionPackagesAdd(UnionPositionPackagesAddRequest data)
联盟流量包模块
|
UnionPositionPackagesDeleteResponse |
unionPositionPackagesDelete(UnionPositionPackagesDeleteRequest data)
联盟流量包删除接口
|
UnionPositionPackagesGetResponseData |
unionPositionPackagesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
联盟流量包获取接口
|
handleResponsepublic UnionPositionPackagesAddResponseData unionPositionPackagesAdd(UnionPositionPackagesAddRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic UnionPositionPackagesDeleteResponse unionPositionPackagesDelete(UnionPositionPackagesDeleteRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic UnionPositionPackagesGetResponseData unionPositionPackagesGet(Long accountId, List<FilteringStruct> filtering, Long page, Long pageSize, List<String> fields) throws ApiException, TencentAdsResponseException
accountId - (required)filtering - (optional)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.