public class KeyManagerCollectionApi extends Object
| Constructor and Description |
|---|
KeyManagerCollectionApi() |
KeyManagerCollectionApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
KeyManagerListDTO |
keyManagersGet()
Get all Key managers
Get all Key managers
|
com.squareup.okhttp.Call |
keyManagersGetAsync(ApiCallback<KeyManagerListDTO> callback)
Get all Key managers (asynchronously)
Get all Key managers
|
com.squareup.okhttp.Call |
keyManagersGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for keyManagersGet
|
ApiResponse<KeyManagerListDTO> |
keyManagersGetWithHttpInfo()
Get all Key managers
Get all Key managers
|
KeyManagerDTO |
keyManagersPost(KeyManagerDTO body)
Add a new API Key Manager
Add a new API Key Manager
|
com.squareup.okhttp.Call |
keyManagersPostAsync(KeyManagerDTO body,
ApiCallback<KeyManagerDTO> callback)
Add a new API Key Manager (asynchronously)
Add a new API Key Manager
|
com.squareup.okhttp.Call |
keyManagersPostCall(KeyManagerDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for keyManagersPost
|
ApiResponse<KeyManagerDTO> |
keyManagersPostWithHttpInfo(KeyManagerDTO body)
Add a new API Key Manager
Add a new API Key Manager
|
void |
setApiClient(ApiClient apiClient) |
public KeyManagerCollectionApi()
public KeyManagerCollectionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call keyManagersGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic KeyManagerListDTO keyManagersGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KeyManagerListDTO> keyManagersGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call keyManagersGetAsync(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 objectpublic com.squareup.okhttp.Call keyManagersPostCall(KeyManagerDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - Key Manager object that should to be added (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic KeyManagerDTO keyManagersPost(KeyManagerDTO body) throws ApiException
body - Key Manager object that should to be added (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KeyManagerDTO> keyManagersPostWithHttpInfo(KeyManagerDTO body) throws ApiException
body - Key Manager object that should to be added (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call keyManagersPostAsync(KeyManagerDTO body, ApiCallback<KeyManagerDTO> callback) throws ApiException
body - Key Manager object that should to be added (required)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 © 2020 WSO2 Inc. All rights reserved.