public class ImageProcessingApi extends Object
| 构造器和说明 |
|---|
ImageProcessingApi() |
ImageProcessingApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiClient |
getApiClient() |
ImageProcessingAddResponse |
imageProcessingAdd(ImageProcessingAddRequest data)
进行图片处理
|
com.squareup.okhttp.Call |
imageProcessingAddAsync(ImageProcessingAddRequest data,
ApiCallback<ImageProcessingAddResponse> callback)
进行图片处理 (asynchronously)
|
com.squareup.okhttp.Call |
imageProcessingAddCall(ImageProcessingAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for imageProcessingAdd
|
ApiResponse<ImageProcessingAddResponse> |
imageProcessingAddWithHttpInfo(ImageProcessingAddRequest data)
进行图片处理
|
void |
setApiClient(ApiClient apiClient) |
public ImageProcessingApi()
public ImageProcessingApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call imageProcessingAddCall(ImageProcessingAddRequest 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 ImageProcessingAddResponse imageProcessingAdd(ImageProcessingAddRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<ImageProcessingAddResponse> imageProcessingAddWithHttpInfo(ImageProcessingAddRequest 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 imageProcessingAddAsync(ImageProcessingAddRequest data, ApiCallback<ImageProcessingAddResponse> 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.