public class VersionApi extends Object
Constructor and Description |
---|
VersionApi() |
VersionApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
VersionDto |
getRestAPIVersion()
Get Rest API version
Retrieves the version of the Rest API.
|
okhttp3.Call |
getRestAPIVersionAsync(ApiCallback<VersionDto> _callback)
Get Rest API version (asynchronously)
Retrieves the version of the Rest API.
|
okhttp3.Call |
getRestAPIVersionCall(ApiCallback _callback)
Build call for getRestAPIVersion
|
ApiResponse<VersionDto> |
getRestAPIVersionWithHttpInfo()
Get Rest API version
Retrieves the version of the Rest API.
|
void |
setApiClient(ApiClient apiClient) |
public VersionApi()
public VersionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getRestAPIVersionCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic VersionDto getRestAPIVersion() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<VersionDto> getRestAPIVersionWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getRestAPIVersionAsync(ApiCallback<VersionDto> _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 objectCopyright © 2022. All rights reserved.