Class UserChatSettings

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

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

    • UserChatSettings

      public UserChatSettings()
    • UserChatSettings

      public UserChatSettings(Boolean initWithEmptyList)
  • Method Details

    • muted

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

      public Boolean getMuted()
    • setMuted

      public void setMuted(Boolean muted)
    • mentionsOnly

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

      public Boolean getMentionsOnly()
    • setMentionsOnly

      public void setMentionsOnly(Boolean mentionsOnly)
    • notifyOnReactions

      public UserChatSettings 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)
    • 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