public class FileDateAssetApi extends Object
| 构造器和说明 |
|---|
FileDateAssetApi() |
FileDateAssetApi(ApiClient apiClient) |
public FileDateAssetApi()
public FileDateAssetApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call downloadFileDateAssetCall(String xTenant, Integer taskId, String filePath, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xTenant - (required)taskId - (required)filePath - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic File downloadFileDateAsset(String xTenant, Integer taskId, String filePath) throws ApiException
xTenant - (required)taskId - (required)filePath - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadFileDateAssetWithHttpInfo(String xTenant, Integer taskId, String filePath) throws ApiException
xTenant - (required)taskId - (required)filePath - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadFileDateAssetAsync(String xTenant, Integer taskId, String filePath, ApiCallback<File> callback) throws ApiException
xTenant - (required)taskId - (required)filePath - (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 getFileDateAssetTaskListCall(String xTenant, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xTenant - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic SeqFileDataTaskSimpleResult getFileDateAssetTaskList(String xTenant) throws ApiException
xTenant - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SeqFileDataTaskSimpleResult> getFileDateAssetTaskListWithHttpInfo(String xTenant) throws ApiException
xTenant - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getFileDateAssetTaskListAsync(String xTenant, ApiCallback<SeqFileDataTaskSimpleResult> callback) throws ApiException
xTenant - (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 © 2023. All rights reserved.