public class ImagesApi extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ApiClient |
getApiClient() |
ImagesAddResponse |
imagesAdd(Long accountId,
String uploadType,
String signature,
File file,
String bytes,
String description)
添加图片文件
|
com.squareup.okhttp.Call |
imagesAddAsync(Long accountId,
String uploadType,
String signature,
File file,
String bytes,
String description,
ApiCallback<ImagesAddResponse> callback)
添加图片文件 (asynchronously)
|
com.squareup.okhttp.Call |
imagesAddCall(Long accountId,
String uploadType,
String signature,
File file,
String bytes,
String description,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for imagesAdd
|
ApiResponse<ImagesAddResponse> |
imagesAddWithHttpInfo(Long accountId,
String uploadType,
String signature,
File file,
String bytes,
String description)
添加图片文件
|
ImagesGetResponse |
imagesGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取图片信息
|
com.squareup.okhttp.Call |
imagesGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ApiCallback<ImagesGetResponse> callback)
获取图片信息 (asynchronously)
|
com.squareup.okhttp.Call |
imagesGetCall(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for imagesGet
|
ApiResponse<ImagesGetResponse> |
imagesGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取图片信息
|
void |
setApiClient(ApiClient apiClient) |
public ImagesApi()
public ImagesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call imagesAddCall(Long accountId, String uploadType, String signature, File file, String bytes, String description, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
accountId - (required)uploadType - (required)signature - (required)file - (optional)bytes - (optional)description - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ImagesAddResponse imagesAdd(Long accountId, String uploadType, String signature, File file, String bytes, String description) throws ApiException
accountId - (required)uploadType - (required)signature - (required)file - (optional)bytes - (optional)description - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<ImagesAddResponse> imagesAddWithHttpInfo(Long accountId, String uploadType, String signature, File file, String bytes, String description) throws ApiException
accountId - (required)uploadType - (required)signature - (required)file - (optional)bytes - (optional)description - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call imagesAddAsync(Long accountId, String uploadType, String signature, File file, String bytes, String description, ApiCallback<ImagesAddResponse> callback) throws ApiException
accountId - (required)uploadType - (required)signature - (required)file - (optional)bytes - (optional)description - (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 imagesGetCall(Long accountId, List<FilteringStruct> filtering, Long page, Long pageSize, List<String> fields, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
accountId - (required)filtering - (optional)page - (optional)pageSize - (optional)fields - 返回参数的字段列表 (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ImagesGetResponse imagesGet(Long accountId, List<FilteringStruct> filtering, Long page, Long pageSize, List<String> fields) throws ApiException
accountId - (required)filtering - (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<ImagesGetResponse> imagesGetWithHttpInfo(Long accountId, List<FilteringStruct> filtering, Long page, Long pageSize, List<String> fields) throws ApiException
accountId - (required)filtering - (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 imagesGetAsync(Long accountId, List<FilteringStruct> filtering, Long page, Long pageSize, List<String> fields, ApiCallback<ImagesGetResponse> callback) throws ApiException
accountId - (required)filtering - (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.