public class BatchOperationApi extends Object
| 构造器和说明 |
|---|
BatchOperationApi() |
BatchOperationApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchOperationAddResponse |
batchOperationAdd(BatchOperationAddRequest data)
创建批量操作(待废弃)
|
com.squareup.okhttp.Call |
batchOperationAddAsync(BatchOperationAddRequest data,
ApiCallback<BatchOperationAddResponse> callback)
创建批量操作(待废弃) (asynchronously)
|
com.squareup.okhttp.Call |
batchOperationAddCall(BatchOperationAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for batchOperationAdd
|
ApiResponse<BatchOperationAddResponse> |
batchOperationAddWithHttpInfo(BatchOperationAddRequest data)
创建批量操作(待废弃)
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public BatchOperationApi()
public BatchOperationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call batchOperationAddCall(BatchOperationAddRequest 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 BatchOperationAddResponse batchOperationAdd(BatchOperationAddRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<BatchOperationAddResponse> batchOperationAddWithHttpInfo(BatchOperationAddRequest 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 batchOperationAddAsync(BatchOperationAddRequest data, ApiCallback<BatchOperationAddResponse> 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.