public class CustomTagsApi extends Object
| 构造器和说明 |
|---|
CustomTagsApi() |
CustomTagsApi(ApiClient apiClient) |
public CustomTagsApi()
public CustomTagsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call customTagsAddCall(CustomTagsAddRequest data, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
data - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CustomTagsAddResponse customTagsAdd(CustomTagsAddRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<CustomTagsAddResponse> customTagsAddWithHttpInfo(CustomTagsAddRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call customTagsAddAsync(CustomTagsAddRequest data, ApiCallback<CustomTagsAddResponse> callback) throws ApiException
data - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call customTagsDeleteCall(CustomTagsDeleteRequest data, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
data - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CustomTagsDeleteResponse customTagsDelete(CustomTagsDeleteRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<CustomTagsDeleteResponse> customTagsDeleteWithHttpInfo(CustomTagsDeleteRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call customTagsDeleteAsync(CustomTagsDeleteRequest data, ApiCallback<CustomTagsDeleteResponse> callback) throws ApiException
data - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call customTagsGetCall(Long accountId, Long parentTagId, Long tagId, String tagCode, String platform, Long page, Long pageSize, List<String> fields, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
accountId - (required)parentTagId - 父节点Id,parent_tag_id,tag_code,tag_id只能有一个存在 (optional)tagId - 标签id,parent_tag_id,tag_code,tag_id只能有一个存在 (optional)tagCode - 广告主对标签在自己系统里的编码,parent_tag_id,tag_code,tag_id只能有一个存在 (optional)platform - 数据应用,不填写默认为DMP (optional)page - (optional)pageSize - (optional)fields - 返回参数的字段列表 (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CustomTagsGetResponse customTagsGet(Long accountId, Long parentTagId, Long tagId, String tagCode, String platform, Long page, Long pageSize, List<String> fields) throws ApiException
accountId - (required)parentTagId - 父节点Id,parent_tag_id,tag_code,tag_id只能有一个存在 (optional)tagId - 标签id,parent_tag_id,tag_code,tag_id只能有一个存在 (optional)tagCode - 广告主对标签在自己系统里的编码,parent_tag_id,tag_code,tag_id只能有一个存在 (optional)platform - 数据应用,不填写默认为DMP (optional)page - (optional)pageSize - (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<CustomTagsGetResponse> customTagsGetWithHttpInfo(Long accountId, Long parentTagId, Long tagId, String tagCode, String platform, Long page, Long pageSize, List<String> fields) throws ApiException
accountId - (required)parentTagId - 父节点Id,parent_tag_id,tag_code,tag_id只能有一个存在 (optional)tagId - 标签id,parent_tag_id,tag_code,tag_id只能有一个存在 (optional)tagCode - 广告主对标签在自己系统里的编码,parent_tag_id,tag_code,tag_id只能有一个存在 (optional)platform - 数据应用,不填写默认为DMP (optional)page - (optional)pageSize - (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call customTagsGetAsync(Long accountId, Long parentTagId, Long tagId, String tagCode, String platform, Long page, Long pageSize, List<String> fields, ApiCallback<CustomTagsGetResponse> callback) throws ApiException
accountId - (required)parentTagId - 父节点Id,parent_tag_id,tag_code,tag_id只能有一个存在 (optional)tagId - 标签id,parent_tag_id,tag_code,tag_id只能有一个存在 (optional)tagCode - 广告主对标签在自己系统里的编码,parent_tag_id,tag_code,tag_id只能有一个存在 (optional)platform - 数据应用,不填写默认为DMP (optional)page - (optional)pageSize - (optional)fields - 返回参数的字段列表 (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call customTagsUpdateCall(CustomTagsUpdateRequest data, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
data - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CustomTagsUpdateResponse customTagsUpdate(CustomTagsUpdateRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<CustomTagsUpdateResponse> customTagsUpdateWithHttpInfo(CustomTagsUpdateRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call customTagsUpdateAsync(CustomTagsUpdateRequest data, ApiCallback<CustomTagsUpdateResponse> callback) throws ApiException
data - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2020. All rights reserved.