public class CoordinationApi extends Object
Constructor and Description |
---|
CoordinationApi() |
CoordinationApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
V1APIGroup |
getAPIGroup()
get information of a group
|
okhttp3.Call |
getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
ApiResponse<V1APIGroup> |
getAPIGroupWithHttpInfo()
get information of a group
|
void |
setApiClient(ApiClient apiClient) |
public CoordinationApi()
public CoordinationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getAPIGroupCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public V1APIGroup getAPIGroup() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<V1APIGroup> getAPIGroupWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call getAPIGroupAsync(ApiCallback<V1APIGroup> _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 objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
Copyright © 2020. All rights reserved.