public class KeyManagersCollectionApi extends Object
| Constructor and Description |
|---|
KeyManagersCollectionApi() |
KeyManagersCollectionApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
KeyManagerListDTO |
keyManagersGet(String xWSO2Tenant)
Get all Key Managers
Get all Key managers
|
com.squareup.okhttp.Call |
keyManagersGetAsync(String xWSO2Tenant,
ApiCallback<KeyManagerListDTO> callback)
Get all Key Managers (asynchronously)
Get all Key managers
|
com.squareup.okhttp.Call |
keyManagersGetCall(String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for keyManagersGet
|
ApiResponse<KeyManagerListDTO> |
keyManagersGetWithHttpInfo(String xWSO2Tenant)
Get all Key Managers
Get all Key managers
|
void |
setApiClient(ApiClient apiClient) |
public KeyManagersCollectionApi()
public KeyManagersCollectionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call keyManagersGetCall(String xWSO2Tenant, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retirieved from. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic KeyManagerListDTO keyManagersGet(String xWSO2Tenant) throws ApiException
xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retirieved from. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KeyManagerListDTO> keyManagersGetWithHttpInfo(String xWSO2Tenant) throws ApiException
xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retirieved from. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call keyManagersGetAsync(String xWSO2Tenant, ApiCallback<KeyManagerListDTO> callback) throws ApiException
xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retirieved from. (optional)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.