public class CustomAudienceInsightsApi extends Object
| 构造器和说明 |
|---|
CustomAudienceInsightsApi() |
CustomAudienceInsightsApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomAudienceInsightsGetResponse |
customAudienceInsightsGet(Long accountId,
Long audienceId,
List<String> dimensionType,
List<String> fields)
人群洞察分析
|
com.squareup.okhttp.Call |
customAudienceInsightsGetAsync(Long accountId,
Long audienceId,
List<String> dimensionType,
List<String> fields,
ApiCallback<CustomAudienceInsightsGetResponse> callback)
人群洞察分析 (asynchronously)
|
com.squareup.okhttp.Call |
customAudienceInsightsGetCall(Long accountId,
Long audienceId,
List<String> dimensionType,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customAudienceInsightsGet
|
ApiResponse<CustomAudienceInsightsGetResponse> |
customAudienceInsightsGetWithHttpInfo(Long accountId,
Long audienceId,
List<String> dimensionType,
List<String> fields)
人群洞察分析
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public CustomAudienceInsightsApi()
public CustomAudienceInsightsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call customAudienceInsightsGetCall(Long accountId, Long audienceId, List<String> dimensionType, List<String> fields, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
accountId - (required)audienceId - (required)dimensionType - (required)fields - 返回参数的字段列表 (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CustomAudienceInsightsGetResponse customAudienceInsightsGet(Long accountId, Long audienceId, List<String> dimensionType, List<String> fields) throws ApiException
accountId - (required)audienceId - (required)dimensionType - (required)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<CustomAudienceInsightsGetResponse> customAudienceInsightsGetWithHttpInfo(Long accountId, Long audienceId, List<String> dimensionType, List<String> fields) throws ApiException
accountId - (required)audienceId - (required)dimensionType - (required)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call customAudienceInsightsGetAsync(Long accountId, Long audienceId, List<String> dimensionType, List<String> fields, ApiCallback<CustomAudienceInsightsGetResponse> callback) throws ApiException
accountId - (required)audienceId - (required)dimensionType - (required)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.