Class KeyManagersCollectionApi


  • public class KeyManagersCollectionApi
    extends Object
    • 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