Class RoomCreate

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:56.804588655Z[Etc/UTC]") public class RoomCreate extends Object
Room Creation Object. Once the chatroom is created, modify attributes and deactive/reactivate via the specific API calls.
  • Field Details

  • Constructor Details

    • RoomCreate

      public RoomCreate()
  • Method Details

    • roomAttributes

      public RoomCreate roomAttributes(RoomAttributes roomAttributes)
    • getRoomAttributes

      @Nullable public RoomAttributes getRoomAttributes()
      Get roomAttributes
      Returns:
      roomAttributes
    • setRoomAttributes

      public void setRoomAttributes(RoomAttributes roomAttributes)
    • immutableRoomAttributes

      public RoomCreate immutableRoomAttributes(ImmutableRoomAttributes immutableRoomAttributes)
    • getImmutableRoomAttributes

      @Nullable public ImmutableRoomAttributes getImmutableRoomAttributes()
      Get immutableRoomAttributes
      Returns:
      immutableRoomAttributes
    • setImmutableRoomAttributes

      public void setImmutableRoomAttributes(ImmutableRoomAttributes immutableRoomAttributes)
    • equals

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