Class ImmutableRoomAttributes


  • public class ImmutableRoomAttributes
    extends Object
    These attributes cannot be changed once the room has been created
    • Constructor Detail

      • ImmutableRoomAttributes

        public ImmutableRoomAttributes()
    • Method Detail

      • isisPublic

        public Boolean isisPublic()
        If true, this is a public chatroom. IF false, a private chatroom.
        Returns:
        _public
      • setPublic

        public void setPublic​(Boolean _public)
      • isisReadOnly

        public Boolean isisReadOnly()
        If true, only stream owners can send messages.
        Returns:
        readOnly
      • setReadOnly

        public void setReadOnly​(Boolean readOnly)
      • isisCopyProtected

        public Boolean isisCopyProtected()
        If true, clients disable the clipboard copy for content in this stream.
        Returns:
        copyProtected
      • setCopyProtected

        public void setCopyProtected​(Boolean copyProtected)