public class AuthenticationApi extends Object
| Constructor and Description |
|---|
AuthenticationApi() |
AuthenticationApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
V1APIGroup |
getAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
getAPIGroupAsync(ApiCallback<V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
ApiResponse<V1APIGroup> |
getAPIGroupWithHttpInfo()
get information of a group
|
void |
setApiClient(ApiClient apiClient) |
public AuthenticationApi()
public AuthenticationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic V1APIGroup getAPIGroup() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<V1APIGroup> getAPIGroupWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.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 objectCopyright © 2019. All rights reserved.