public class AssetPermissionsApi extends Object
| 构造器和说明 |
|---|
AssetPermissionsApi() |
AssetPermissionsApi(ApiClient apiClient) |
public AssetPermissionsApi()
public AssetPermissionsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call assetPermissionsAddCall(AssetPermissionsAddRequest 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 AssetPermissionsAddResponse assetPermissionsAdd(AssetPermissionsAddRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<AssetPermissionsAddResponse> assetPermissionsAddWithHttpInfo(AssetPermissionsAddRequest 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 assetPermissionsAddAsync(AssetPermissionsAddRequest data, ApiCallback<AssetPermissionsAddResponse> 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 objectpublic com.squareup.okhttp.Call assetPermissionsDeleteCall(AssetPermissionsDeleteRequest 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 AssetPermissionsDeleteResponse assetPermissionsDelete(AssetPermissionsDeleteRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<AssetPermissionsDeleteResponse> assetPermissionsDeleteWithHttpInfo(AssetPermissionsDeleteRequest 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 assetPermissionsDeleteAsync(AssetPermissionsDeleteRequest data, ApiCallback<AssetPermissionsDeleteResponse> 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.