Class AlertsApi
java.lang.Object
org.wso2.am.integration.clients.admin.api.AlertsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet all Admin Alert Types This operation is used to get the list of supportd alert types for the apim admin dashboardokhttp3.CallgetAdminAlertTypesAsync(ApiCallback<AlertTypesListDTO> _callback) Get all Admin Alert Types (asynchronously) This operation is used to get the list of supportd alert types for the apim admin dashboardokhttp3.CallgetAdminAlertTypesCall(ApiCallback _callback) Build call for getAdminAlertTypesGet all Admin Alert Types This operation is used to get the list of supportd alert types for the apim admin dashboardvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
AlertsApi
public AlertsApi() -
AlertsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getAdminAlertTypesCall
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
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
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
-