Class KeyManagersCollectionApi
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.KeyManagersCollectionApi
-
public class KeyManagersCollectionApi extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyManagersCollectionApi()KeyManagersCollectionApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyManagerListDTOgetAllKeyManagers()Get All Key Managers Get all Key managersokhttp3.CallgetAllKeyManagersAsync(ApiCallback<KeyManagerListDTO> _callback)Get All Key Managers (asynchronously) Get all Key managersokhttp3.CallgetAllKeyManagersCall(ApiCallback _callback)Build call for getAllKeyManagersApiResponse<KeyManagerListDTO>getAllKeyManagersWithHttpInfo()Get All Key Managers Get all Key managersApiClientgetApiClient()voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
KeyManagersCollectionApi
public KeyManagersCollectionApi()
-
KeyManagersCollectionApi
public KeyManagersCollectionApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getAllKeyManagersCall
public okhttp3.Call getAllKeyManagersCall(ApiCallback _callback) throws ApiException
Build call for getAllKeyManagers- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getAllKeyManagers
public KeyManagerListDTO getAllKeyManagers() throws ApiException
Get All Key Managers Get all Key managers- Returns:
- KeyManagerListDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAllKeyManagersWithHttpInfo
public ApiResponse<KeyManagerListDTO> getAllKeyManagersWithHttpInfo() throws ApiException
Get All Key Managers Get all Key managers- Returns:
- ApiResponse<KeyManagerListDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAllKeyManagersAsync
public okhttp3.Call getAllKeyManagersAsync(ApiCallback<KeyManagerListDTO> _callback) throws ApiException
Get All Key Managers (asynchronously) Get all Key managers- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-