public class CustomTagFilesApi extends Object
| 构造器和说明 |
|---|
CustomTagFilesApi() |
CustomTagFilesApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomTagFilesAddResponse |
customTagFilesAdd(Long accountId,
String userIdType,
Long tagId,
File file,
String operationType,
String openAppId)
上传客户标签人群数据文件
|
com.squareup.okhttp.Call |
customTagFilesAddAsync(Long accountId,
String userIdType,
Long tagId,
File file,
String operationType,
String openAppId,
ApiCallback<CustomTagFilesAddResponse> callback)
上传客户标签人群数据文件 (asynchronously)
|
com.squareup.okhttp.Call |
customTagFilesAddCall(Long accountId,
String userIdType,
Long tagId,
File file,
String operationType,
String openAppId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customTagFilesAdd
|
ApiResponse<CustomTagFilesAddResponse> |
customTagFilesAddWithHttpInfo(Long accountId,
String userIdType,
Long tagId,
File file,
String operationType,
String openAppId)
上传客户标签人群数据文件
|
CustomTagFilesGetResponse |
customTagFilesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取客户标签人群文件
|
com.squareup.okhttp.Call |
customTagFilesGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<CustomTagFilesGetResponse> callback)
获取客户标签人群文件 (asynchronously)
|
com.squareup.okhttp.Call |
customTagFilesGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customTagFilesGet
|
ApiResponse<CustomTagFilesGetResponse> |
customTagFilesGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取客户标签人群文件
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public CustomTagFilesApi()
public CustomTagFilesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call customTagFilesAddCall(Long accountId, String userIdType, Long tagId, File file, String operationType, String openAppId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
accountId - (required)userIdType - (required)tagId - (required)file - (required)operationType - (optional)openAppId - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CustomTagFilesAddResponse customTagFilesAdd(Long accountId, String userIdType, Long tagId, File file, String operationType, String openAppId) throws ApiException
accountId - (required)userIdType - (required)tagId - (required)file - (required)operationType - (optional)openAppId - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<CustomTagFilesAddResponse> customTagFilesAddWithHttpInfo(Long accountId, String userIdType, Long tagId, File file, String operationType, String openAppId) throws ApiException
accountId - (required)userIdType - (required)tagId - (required)file - (required)operationType - (optional)openAppId - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call customTagFilesAddAsync(Long accountId, String userIdType, Long tagId, File file, String operationType, String openAppId, ApiCallback<CustomTagFilesAddResponse> callback) throws ApiException
accountId - (required)userIdType - (required)tagId - (required)file - (required)operationType - (optional)openAppId - (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 customTagFilesGetCall(Long accountId, List<FilteringStruct> filtering, Long page, Long pageSize, List<String> fields, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
accountId - (required)filtering - (optional)page - (optional)pageSize - (optional)fields - 返回参数的字段列表 (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CustomTagFilesGetResponse customTagFilesGet(Long accountId, List<FilteringStruct> filtering, Long page, Long pageSize, List<String> fields) throws ApiException
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 bodypublic ApiResponse<CustomTagFilesGetResponse> customTagFilesGetWithHttpInfo(Long accountId, List<FilteringStruct> filtering, Long page, Long pageSize, List<String> fields) throws ApiException
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 bodypublic com.squareup.okhttp.Call customTagFilesGetAsync(Long accountId, List<FilteringStruct> filtering, Long page, Long pageSize, List<String> fields, ApiCallback<CustomTagFilesGetResponse> callback) throws ApiException
accountId - (required)filtering - (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 objectCopyright © 2020. All rights reserved.