Class V2RoomAttributes

java.lang.Object
com.symphony.bdk.gen.api.model.V2RoomAttributes

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:56.804588655Z[Etc/UTC]") public class V2RoomAttributes extends Object
V2RoomAttributes
  • Field Details

  • Constructor Details

    • V2RoomAttributes

      public V2RoomAttributes()
  • Method Details

    • name

      public V2RoomAttributes name(String name)
    • getName

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

      public void setName(String name)
    • keywords

      public V2RoomAttributes keywords(List<RoomTag> keywords)
    • addKeywordsItem

      public V2RoomAttributes addKeywordsItem(RoomTag keywordsItem)
    • getKeywords

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

      public void setKeywords(List<RoomTag> keywords)
    • description

      public V2RoomAttributes description(String description)
    • getDescription

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

      public void setDescription(String description)
    • membersCanInvite

      public V2RoomAttributes membersCanInvite(Boolean membersCanInvite)
    • getMembersCanInvite

      @Nullable public Boolean getMembersCanInvite()
      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)
    • discoverable

      public V2RoomAttributes discoverable(Boolean discoverable)
    • getDiscoverable

      @Nullable public Boolean getDiscoverable()
      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)
    • _public

      public V2RoomAttributes _public(Boolean _public)
    • getPublic

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

      public void setPublic(Boolean _public)
    • readOnly

      public V2RoomAttributes readOnly(Boolean readOnly)
    • getReadOnly

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

      public void setReadOnly(Boolean readOnly)
    • copyProtected

      public V2RoomAttributes copyProtected(Boolean copyProtected)
    • getCopyProtected

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

      public void setCopyProtected(Boolean copyProtected)
    • equals

      public boolean equals(Object o)
      Return true if this V2RoomAttributes object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object