Package com.mypurecloud.sdk.v2.model
Class NotificationsSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.NotificationsSettings
- All Implemented Interfaces:
Serializable
Notification settings that handles messenger notifications
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe notification content type settings for messenger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe toggle to enable or disable notifications.booleaninthashCode()notificationContentType(NotificationsSettings.NotificationContentTypeEnum notificationContentType) The notification content type settings for messengervoidsetEnabled(Boolean enabled) voidsetNotificationContentType(NotificationsSettings.NotificationContentTypeEnum notificationContentType) toString()
-
Constructor Details
-
NotificationsSettings
public NotificationsSettings() -
NotificationsSettings
-
-
Method Details
-
enabled
The toggle to enable or disable notifications. When enabled, PushNotificationTitle and PushNotificationBody localization keys are required. -
getEnabled
-
setEnabled
-
notificationContentType
public NotificationsSettings notificationContentType(NotificationsSettings.NotificationContentTypeEnum notificationContentType) The notification content type settings for messenger -
getNotificationContentType
-
setNotificationContentType
public void setNotificationContentType(NotificationsSettings.NotificationContentTypeEnum notificationContentType) -
equals
-
hashCode
public int hashCode() -
toString
-