Package com.mypurecloud.sdk.v2.model
Class UserSettingsForChat
java.lang.Object
com.mypurecloud.sdk.v2.model.UserSettingsForChat
- All Implemented Interfaces:
Serializable
UserSettingsForChat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMuted()inthashCode()mentionsOnly(Boolean mentionsOnly) Whether or not to enable notifications for mentions onlymobile(MobileSettings mobile) Settings for mobile devicesWhether or not to enable muting notificationsnotifyOnReactions(Boolean notifyOnReactions) Whether or not to enable notifications for reactions on a user's own messagesvoidsetMentionsOnly(Boolean mentionsOnly) voidsetMobile(MobileSettings mobile) voidvoidsetNotifyOnReactions(Boolean notifyOnReactions) toString()
-
Constructor Details
-
UserSettingsForChat
public UserSettingsForChat() -
UserSettingsForChat
-
-
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
-
mobile
Settings for mobile devices -
getMobile
-
setMobile
-
equals
-
hashCode
public int hashCode() -
toString
-