Package com.mypurecloud.sdk.v2.model
Class UserChatSettingsPost
java.lang.Object
com.mypurecloud.sdk.v2.model.UserChatSettingsPost
- All Implemented Interfaces:
Serializable
UserChatSettingsPost
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMuted()inthashCode()mentionsOnly(Boolean mentionsOnly) Whether or not to enable notifications for mentions onlyWhether or not to enable muting notificationsnotifyOnReactions(Boolean notifyOnReactions) Whether or not to enable notifications for reactions on a user's own messagesvoidsetMentionsOnly(Boolean mentionsOnly) voidvoidsetNotifyOnReactions(Boolean notifyOnReactions) toString()
-
Constructor Details
-
UserChatSettingsPost
public UserChatSettingsPost() -
UserChatSettingsPost
-
-
Method Details
-
muted
Whether or not to enable muting notifications -
getMuted
-
setMuted
-
mentionsOnly
Whether or not to enable notifications for mentions only -
getMentionsOnly
-
setMentionsOnly
-
notifyOnReactions
Whether or not to enable notifications for reactions on a user's own messages -
getNotifyOnReactions
-
setNotifyOnReactions
-
equals
-
hashCode
public int hashCode() -
toString
-