Uses of Class
org.wso2.am.integration.clients.admin.api.dto.AlertTypeDTO
-
Packages that use AlertTypeDTO Package Description org.wso2.am.integration.clients.admin.api.dto -
-
Uses of AlertTypeDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return AlertTypeDTO Modifier and Type Method Description AlertTypeDTOAlertTypeDTO. id(String id)AlertTypeDTOAlertTypeDTO. name(String name)Methods in org.wso2.am.integration.clients.admin.api.dto that return types with arguments of type AlertTypeDTO Modifier and Type Method Description List<AlertTypeDTO>AlertsSubscriptionDTO. getAlerts()Get alertsList<AlertTypeDTO>AlertTypesListDTO. getAlerts()Get alertsMethod parameters in org.wso2.am.integration.clients.admin.api.dto with type arguments of type AlertTypeDTO Modifier and Type Method Description AlertsSubscriptionDTOAlertsSubscriptionDTO. alerts(List<AlertTypeDTO> alerts)AlertTypesListDTOAlertTypesListDTO. alerts(List<AlertTypeDTO> alerts)voidAlertsSubscriptionDTO. setAlerts(List<AlertTypeDTO> alerts)voidAlertTypesListDTO. setAlerts(List<AlertTypeDTO> alerts)
-