public class DataContextsResourceApi extends Object
Constructor and Description |
---|
DataContextsResourceApi() |
DataContextsResourceApi(ApiClient apiClient) |
public DataContextsResourceApi()
public DataContextsResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call createDataContextCall(ApiDataContext body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- DataContext to be created. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiDataContext createDataContext(ApiDataContext body) throws ApiException
body
- DataContext to be created. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiDataContext> createDataContextWithHttpInfo(ApiDataContext body) throws ApiException
body
- DataContext to be created. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call createDataContextAsync(ApiDataContext body, ApiCallback<ApiDataContext> callback) throws ApiException
body
- DataContext to be created. (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 okhttp3.Call deleteDataContextCall(String dataContextName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
dataContextName
- Name of the datacontext. (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiDataContext deleteDataContext(String dataContextName) throws ApiException
dataContextName
- Name of the datacontext. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiDataContext> deleteDataContextWithHttpInfo(String dataContextName) throws ApiException
dataContextName
- Name of the datacontext. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteDataContextAsync(String dataContextName, ApiCallback<ApiDataContext> callback) throws ApiException
dataContextName
- Name of the datacontext. (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 okhttp3.Call readDataContextCall(String dataContextName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
dataContextName
- Name of the datacontext. (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiDataContext readDataContext(String dataContextName) throws ApiException
dataContextName
- Name of the datacontext. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiDataContext> readDataContextWithHttpInfo(String dataContextName) throws ApiException
dataContextName
- Name of the datacontext. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call readDataContextAsync(String dataContextName, ApiCallback<ApiDataContext> callback) throws ApiException
dataContextName
- Name of the datacontext. (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 okhttp3.Call readDataContextsCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiDataContextList readDataContexts() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiDataContextList> readDataContextsWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call readDataContextsAsync(ApiCallback<ApiDataContextList> callback) throws ApiException
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 okhttp3.Call updateDataContextCall(ApiDataContext body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- DataContext to be updated. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiDataContext updateDataContext(ApiDataContext body) throws ApiException
body
- DataContext to be updated. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiDataContext> updateDataContextWithHttpInfo(ApiDataContext body) throws ApiException
body
- DataContext to be updated. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateDataContextAsync(ApiDataContext body, ApiCallback<ApiDataContext> callback) throws ApiException
body
- DataContext to be updated. (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 © 2024. All rights reserved.