Uses of Class
org.wso2.am.integration.clients.admin.api.dto.AlertTypesListDTO
-
Packages that use AlertTypesListDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of AlertTypesListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return AlertTypesListDTO Modifier and Type Method Description AlertTypesListDTOAlertsApi. getAdminAlertTypes()Get all Admin Alert Types This operation is used to get the list of supportd alert types for the apim admin dashboardMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type AlertTypesListDTO Modifier and Type Method Description ApiResponse<AlertTypesListDTO>AlertsApi. getAdminAlertTypesWithHttpInfo()Get all Admin Alert Types This operation is used to get the list of supportd alert types for the apim admin dashboardMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type AlertTypesListDTO Modifier and Type Method Description okhttp3.CallAlertsApi. getAdminAlertTypesAsync(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 dashboard -
Uses of AlertTypesListDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return AlertTypesListDTO Modifier and Type Method Description AlertTypesListDTOAlertTypesListDTO. alerts(List<AlertTypeDTO> alerts)AlertTypesListDTOAlertTypesListDTO. count(Integer count)
-