public class CustomAudienceFilesApi extends Object
| 构造器和说明 |
|---|
CustomAudienceFilesApi() |
CustomAudienceFilesApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomAudienceFilesAddResponse |
customAudienceFilesAdd(Long accountId,
Long audienceId,
String userIdType,
File file,
String operationType,
String openAppId,
String saltId)
上传客户人群数据文件
|
com.squareup.okhttp.Call |
customAudienceFilesAddAsync(Long accountId,
Long audienceId,
String userIdType,
File file,
String operationType,
String openAppId,
String saltId,
ApiCallback<CustomAudienceFilesAddResponse> callback)
上传客户人群数据文件 (asynchronously)
|
com.squareup.okhttp.Call |
customAudienceFilesAddCall(Long accountId,
Long audienceId,
String userIdType,
File file,
String operationType,
String openAppId,
String saltId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customAudienceFilesAdd
|
ApiResponse<CustomAudienceFilesAddResponse> |
customAudienceFilesAddWithHttpInfo(Long accountId,
Long audienceId,
String userIdType,
File file,
String operationType,
String openAppId,
String saltId)
上传客户人群数据文件
|
CustomAudienceFilesGetResponse |
customAudienceFilesGet(Long accountId,
Long audienceId,
Long customAudienceFileId,
Long page,
Long pageSize,
List<String> fields)
获取客户人群数据文件
|
com.squareup.okhttp.Call |
customAudienceFilesGetAsync(Long accountId,
Long audienceId,
Long customAudienceFileId,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<CustomAudienceFilesGetResponse> callback)
获取客户人群数据文件 (asynchronously)
|
com.squareup.okhttp.Call |
customAudienceFilesGetCall(Long accountId,
Long audienceId,
Long customAudienceFileId,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customAudienceFilesGet
|
ApiResponse<CustomAudienceFilesGetResponse> |
customAudienceFilesGetWithHttpInfo(Long accountId,
Long audienceId,
Long customAudienceFileId,
Long page,
Long pageSize,
List<String> fields)
获取客户人群数据文件
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public CustomAudienceFilesApi()
public CustomAudienceFilesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call customAudienceFilesAddCall(Long accountId, Long audienceId, String userIdType, File file, String operationType, String openAppId, String saltId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
accountId - (required)audienceId - (required)userIdType - (required)file - (required)operationType - (optional)openAppId - (optional)saltId - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CustomAudienceFilesAddResponse customAudienceFilesAdd(Long accountId, Long audienceId, String userIdType, File file, String operationType, String openAppId, String saltId) throws ApiException
accountId - (required)audienceId - (required)userIdType - (required)file - (required)operationType - (optional)openAppId - (optional)saltId - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<CustomAudienceFilesAddResponse> customAudienceFilesAddWithHttpInfo(Long accountId, Long audienceId, String userIdType, File file, String operationType, String openAppId, String saltId) throws ApiException
accountId - (required)audienceId - (required)userIdType - (required)file - (required)operationType - (optional)openAppId - (optional)saltId - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call customAudienceFilesAddAsync(Long accountId, Long audienceId, String userIdType, File file, String operationType, String openAppId, String saltId, ApiCallback<CustomAudienceFilesAddResponse> callback) throws ApiException
accountId - (required)audienceId - (required)userIdType - (required)file - (required)operationType - (optional)openAppId - (optional)saltId - (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 customAudienceFilesGetCall(Long accountId, Long audienceId, Long customAudienceFileId, Long page, Long pageSize, List<String> fields, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
accountId - (required)audienceId - (optional)customAudienceFileId - (optional)page - (optional)pageSize - (optional)fields - 返回参数的字段列表 (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CustomAudienceFilesGetResponse customAudienceFilesGet(Long accountId, Long audienceId, Long customAudienceFileId, Long page, Long pageSize, List<String> fields) throws ApiException
accountId - (required)audienceId - (optional)customAudienceFileId - (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<CustomAudienceFilesGetResponse> customAudienceFilesGetWithHttpInfo(Long accountId, Long audienceId, Long customAudienceFileId, Long page, Long pageSize, List<String> fields) throws ApiException
accountId - (required)audienceId - (optional)customAudienceFileId - (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 customAudienceFilesGetAsync(Long accountId, Long audienceId, Long customAudienceFileId, Long page, Long pageSize, List<String> fields, ApiCallback<CustomAudienceFilesGetResponse> callback) throws ApiException
accountId - (required)audienceId - (optional)customAudienceFileId - (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.