Class UserSettingsForChat

java.lang.Object
com.mypurecloud.sdk.v2.model.UserSettingsForChat
All Implemented Interfaces:
Serializable

public class UserSettingsForChat extends Object implements Serializable
UserSettingsForChat
See Also:
  • Constructor Details

    • UserSettingsForChat

      public UserSettingsForChat()
    • UserSettingsForChat

      public UserSettingsForChat(Boolean initWithEmptyList)
  • Method Details

    • muted

      public UserSettingsForChat muted(Boolean muted)
      Whether or not to enable muting notifications
    • getMuted

      public Boolean getMuted()
    • setMuted

      public void setMuted(Boolean muted)
    • mentionsOnly

      public UserSettingsForChat mentionsOnly(Boolean mentionsOnly)
      Whether or not to enable notifications for mentions only
    • getMentionsOnly

      public Boolean getMentionsOnly()
    • setMentionsOnly

      public void setMentionsOnly(Boolean mentionsOnly)
    • notifyOnReactions

      public UserSettingsForChat notifyOnReactions(Boolean notifyOnReactions)
      Whether or not to enable notifications for reactions on a user's own messages
    • getNotifyOnReactions

      public Boolean getNotifyOnReactions()
    • setNotifyOnReactions

      public void setNotifyOnReactions(Boolean notifyOnReactions)
    • mobile

      public UserSettingsForChat mobile(MobileSettings mobile)
      Settings for mobile devices
    • getMobile

      public MobileSettings getMobile()
    • setMobile

      public void setMobile(MobileSettings mobile)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object