Class RoomAttributes

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

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

  • Constructor Details

    • RoomAttributes

      public RoomAttributes()
  • Method Details

    • name

      public RoomAttributes name(String name)
    • getName

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

      public void setName(String name)
    • description

      public RoomAttributes description(String description)
    • getDescription

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

      public void setDescription(String description)
    • membersCanInvite

      public RoomAttributes 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 RoomAttributes 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)
    • equals

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