public class DailyReportsApi extends Object
| 构造器和说明 |
|---|
DailyReportsApi() |
DailyReportsApi(ApiClient apiClient) |
public DailyReportsApi()
public DailyReportsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call dailyReportsGetCall(Long accountId, String level, ReportDateRange dateRange, List<FilteringStruct> filtering, List<String> groupBy, List<OrderByStruct> orderBy, Long page, Long pageSize, String timeLine, List<String> fields, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
accountId - (required)level - (required)dateRange - (required)filtering - (optional)groupBy - (optional)orderBy - (optional)page - (optional)pageSize - (optional)timeLine - (optional)fields - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic DailyReportsGetResponse dailyReportsGet(Long accountId, String level, ReportDateRange dateRange, List<FilteringStruct> filtering, List<String> groupBy, List<OrderByStruct> orderBy, Long page, Long pageSize, String timeLine, List<String> fields) throws ApiException
accountId - (required)level - (required)dateRange - (required)filtering - (optional)groupBy - (optional)orderBy - (optional)page - (optional)pageSize - (optional)timeLine - (optional)fields - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<DailyReportsGetResponse> dailyReportsGetWithHttpInfo(Long accountId, String level, ReportDateRange dateRange, List<FilteringStruct> filtering, List<String> groupBy, List<OrderByStruct> orderBy, Long page, Long pageSize, String timeLine, List<String> fields) throws ApiException
accountId - (required)level - (required)dateRange - (required)filtering - (optional)groupBy - (optional)orderBy - (optional)page - (optional)pageSize - (optional)timeLine - (optional)fields - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call dailyReportsGetAsync(Long accountId, String level, ReportDateRange dateRange, List<FilteringStruct> filtering, List<String> groupBy, List<OrderByStruct> orderBy, Long page, Long pageSize, String timeLine, List<String> fields, ApiCallback<DailyReportsGetResponse> callback) throws ApiException
accountId - (required)level - (required)dateRange - (required)filtering - (optional)groupBy - (optional)orderBy - (optional)page - (optional)pageSize - (optional)timeLine - (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.