public class DataAssetApi extends Object
| 构造器和说明 |
|---|
DataAssetApi() |
DataAssetApi(ApiClient apiClient) |
public DataAssetApi()
public DataAssetApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call assetTablePreviewCall(OpenApiPreviewTableReq body, String xTenant, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)xTenant - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic TableSchemaPreviewResp assetTablePreview(OpenApiPreviewTableReq body, String xTenant) throws ApiException
body - (required)xTenant - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TableSchemaPreviewResp> assetTablePreviewWithHttpInfo(OpenApiPreviewTableReq body, String xTenant) throws ApiException
body - (required)xTenant - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call assetTablePreviewAsync(OpenApiPreviewTableReq body, String xTenant, ApiCallback<TableSchemaPreviewResp> callback) throws ApiException
body - (required)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 objectpublic com.squareup.okhttp.Call assetTaskCreateCall(OpenApiDataAssetTaskReq body, String xTenant, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)xTenant - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ByteDanceCirceResponseString assetTaskCreate(OpenApiDataAssetTaskReq body, String xTenant) throws ApiException
body - (required)xTenant - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ByteDanceCirceResponseString> assetTaskCreateWithHttpInfo(OpenApiDataAssetTaskReq body, String xTenant) throws ApiException
body - (required)xTenant - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call assetTaskCreateAsync(OpenApiDataAssetTaskReq body, String xTenant, ApiCallback<ByteDanceCirceResponseString> callback) throws ApiException
body - (required)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 © 2024. All rights reserved.