Package com.mypurecloud.sdk.v2.model
Class AlertNotification
java.lang.Object
com.mypurecloud.sdk.v2.model.AlertNotification
- All Implemented Interfaces:
Serializable
AlertNotification
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets notificationTypes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()The locale whose language will be used when sending alerts.notificationTypes(List<AlertNotification.NotificationTypesEnum> notificationTypes) The notification types the user will receive.The entity to receive the notification.voidvoidsetNotificationTypes(List<AlertNotification.NotificationTypesEnum> notificationTypes) voidsetRecipient(String recipient) toString()
-
Constructor Details
-
AlertNotification
public AlertNotification() -
AlertNotification
-
-
Method Details
-
recipient
The entity to receive the notification. -
getRecipient
-
setRecipient
-
notificationTypes
public AlertNotification notificationTypes(List<AlertNotification.NotificationTypesEnum> notificationTypes) The notification types the user will receive. -
getNotificationTypes
-
setNotificationTypes
-
locale
The locale whose language will be used when sending alerts. Locale should be in theformat language_COUNTRY where language is always lower case and country is always upper case. -
getLocale
-
setLocale
-
equals
-
hashCode
public int hashCode() -
toString
-