Class V2RoomAttributes


  • public class V2RoomAttributes
    extends Object
    • Constructor Detail

      • V2RoomAttributes

        public V2RoomAttributes()
    • Method Detail

      • getName

        public String getName()
        Room name.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getKeywords

        public List<RoomTag> getKeywords()
        Keywords for search to use to find this room
        Returns:
        keywords
      • setKeywords

        public void setKeywords​(List<RoomTag> keywords)
      • getDescription

        public String getDescription()
        Room description.
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • isisMembersCanInvite

        public Boolean isisMembersCanInvite()
        If true, any chatroom participant can add new participants. If false, only owners can add new participants.
        Returns:
        membersCanInvite
      • setMembersCanInvite

        public void setMembersCanInvite​(Boolean membersCanInvite)
      • isisDiscoverable

        public Boolean isisDiscoverable()
        If true, this chatroom (name, description and messages) can be searched and listed by non-participants. If false, only participants can search this room.
        Returns:
        discoverable
      • setDiscoverable

        public void setDiscoverable​(Boolean discoverable)
      • 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)