Class AlertsApi


  • public class AlertsApi
    extends Object
    • Constructor Detail

      • AlertsApi

        public AlertsApi()
      • AlertsApi

        public AlertsApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • getAdminAlertTypesCall

        public okhttp3.Call getAdminAlertTypesCall​(ApiCallback _callback)
                                            throws ApiException
        Build call for getAdminAlertTypes
        Parameters:
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getAdminAlertTypes

        public AlertTypesListDTO getAdminAlertTypes()
                                             throws ApiException
        Get all Admin Alert Types This operation is used to get the list of supportd alert types for the apim admin dashboard
        Returns:
        AlertTypesListDTO
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getAdminAlertTypesWithHttpInfo

        public ApiResponse<AlertTypesListDTO> getAdminAlertTypesWithHttpInfo()
                                                                      throws ApiException
        Get all Admin Alert Types This operation is used to get the list of supportd alert types for the apim admin dashboard
        Returns:
        ApiResponse<AlertTypesListDTO>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getAdminAlertTypesAsync

        public okhttp3.Call getAdminAlertTypesAsync​(ApiCallback<AlertTypesListDTO> _callback)
                                             throws ApiException
        Get all Admin Alert Types (asynchronously) This operation is used to get the list of supportd alert types for the apim admin dashboard
        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