Class V3RoomAttributes

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-21T12:32:00.966422795Z[Etc/UTC]") public class V3RoomAttributes extends Object
V3RoomAttributes
  • Field Details

  • Constructor Details

    • V3RoomAttributes

      public V3RoomAttributes()
  • Method Details

    • name

      public V3RoomAttributes name(String name)
    • getName

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

      public void setName(String name)
    • keywords

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

      public V3RoomAttributes 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 V3RoomAttributes description(String description)
    • getDescription

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

      public void setDescription(String description)
    • membersCanInvite

      public V3RoomAttributes 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 V3RoomAttributes 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 V3RoomAttributes _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 V3RoomAttributes 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 V3RoomAttributes 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)
    • crossPod

      public V3RoomAttributes crossPod(Boolean crossPod)
    • getCrossPod

      @Nullable public Boolean getCrossPod()
      If true, this room is a cross pod room
      Returns:
      crossPod
    • setCrossPod

      public void setCrossPod(Boolean crossPod)
    • viewHistory

      public V3RoomAttributes viewHistory(Boolean viewHistory)
    • getViewHistory

      @Nullable public Boolean getViewHistory()
      If true, new members can view the room chat history of the room.
      Returns:
      viewHistory
    • setViewHistory

      public void setViewHistory(Boolean viewHistory)
    • multiLateralRoom

      public V3RoomAttributes multiLateralRoom(Boolean multiLateralRoom)
    • getMultiLateralRoom

      @Nullable public Boolean getMultiLateralRoom()
      If true, this is a multi lateral room where we can find users belonging to more than 2 companies.
      Returns:
      multiLateralRoom
    • setMultiLateralRoom

      public void setMultiLateralRoom(Boolean multiLateralRoom)
    • scheduledMeeting

      public V3RoomAttributes scheduledMeeting(Boolean scheduledMeeting)
    • getScheduledMeeting

      @Nullable public Boolean getScheduledMeeting()
      If true, this room is for a scheduled meeting.
      Returns:
      scheduledMeeting
    • setScheduledMeeting

      public void setScheduledMeeting(Boolean scheduledMeeting)
    • subType

      public V3RoomAttributes subType(String subType)
    • getSubType

      @Nullable public String getSubType()
      This field is ignored when creating a new room as it was only used for email integration which is now sunset.
      Returns:
      subType
    • setSubType

      public void setSubType(String subType)
    • pinnedMessageId

      public V3RoomAttributes pinnedMessageId(String pinnedMessageId)
    • getPinnedMessageId

      @Nullable public String getPinnedMessageId()
      UrlSafe message id of the pinned message inside the room. To perform unpin operation, send an empty string.
      Returns:
      pinnedMessageId
    • setPinnedMessageId

      public void setPinnedMessageId(String pinnedMessageId)
    • equals

      public boolean equals(Object o)
      Return true if this V3RoomAttributes 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