Uses of Class
com.mypurecloud.sdk.v2.model.AlertNotification
Packages that use AlertNotification
-
Uses of AlertNotification in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AlertNotificationModifier and TypeMethodDescriptionThe locale whose language will be used when sending alerts.AlertNotification.notificationTypes(List<AlertNotification.NotificationTypesEnum> notificationTypes) The notification types the user will receive.The entity to receive the notification.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type AlertNotificationModifier and TypeMethodDescriptionCommonAlert.getNotifications()CommonRule.getNotifications()ModifiableRuleProperties.getNotifications()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type AlertNotificationModifier and TypeMethodDescriptionCommonAlert.notifications(List<AlertNotification> notifications) The collection of notification methods and the ids of users who were notified by those methods.CommonRule.notifications(List<AlertNotification> notifications) The alert notification types to trigger when alarm state changes as well as the users they will be sent to.ModifiableRuleProperties.notifications(List<AlertNotification> notifications) The alert notification types to trigger when alarm state changes as well as the users they will be sent to.voidCommonAlert.setNotifications(List<AlertNotification> notifications) voidCommonRule.setNotifications(List<AlertNotification> notifications) voidModifiableRuleProperties.setNotifications(List<AlertNotification> notifications)