Class AlertsApi
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.AlertsApi
-
public class AlertsApi extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertTypesListDTOgetAdminAlertTypes()Get 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 getAdminAlertTypesApiResponse<AlertTypesListDTO>getAdminAlertTypesWithHttpInfo()Get all Admin Alert Types This operation is used to get the list of supportd alert types for the apim admin dashboardApiClientgetApiClient()voidsetApiClient(ApiClient apiClient)
-
-
-
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
-
-