public class KeyManagersCollectionApi extends Object
| Constructor and Description |
|---|
KeyManagersCollectionApi() |
KeyManagersCollectionApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
KeyManagerListDTO |
getAllKeyManagers()
Get All Key Managers
Get all Key managers
|
okhttp3.Call |
getAllKeyManagersAsync(ApiCallback<KeyManagerListDTO> _callback)
Get All Key Managers (asynchronously)
Get all Key managers
|
okhttp3.Call |
getAllKeyManagersCall(ApiCallback _callback)
Build call for getAllKeyManagers
|
ApiResponse<KeyManagerListDTO> |
getAllKeyManagersWithHttpInfo()
Get All Key Managers
Get all Key managers
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public KeyManagersCollectionApi()
public KeyManagersCollectionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getAllKeyManagersCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic KeyManagerListDTO getAllKeyManagers() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KeyManagerListDTO> getAllKeyManagersWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getAllKeyManagersAsync(ApiCallback<KeyManagerListDTO> _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 © 2021 WSO2 Inc. All rights reserved.