public class CoreApi extends Object
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
V1APIVersions |
getAPIVersions()
get available API versions
|
okhttp3.Call |
getAPIVersionsAsync(ApiCallback<V1APIVersions> _callback)
(asynchronously) get available API versions
|
okhttp3.Call |
getAPIVersionsCall(ApiCallback _callback)
Build call for getAPIVersions
|
ApiResponse<V1APIVersions> |
getAPIVersionsWithHttpInfo()
get available API versions
|
void |
setApiClient(ApiClient apiClient) |
public CoreApi()
public CoreApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getAPIVersionsCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
public V1APIVersions getAPIVersions() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
public ApiResponse<V1APIVersions> getAPIVersionsWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
public okhttp3.Call getAPIVersionsAsync(ApiCallback<V1APIVersions> _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 object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
Copyright © 2022. All rights reserved.