| Package | Description |
|---|---|
| org.symphonyoss.symphony.pod.api | |
| org.symphonyoss.symphony.pod.model |
| Modifier and Type | Method and Description |
|---|---|
RoomDetail |
StreamsApi.v1RoomIdUpdatePost(String id,
RoomAttributes payload,
String sessionToken)
Update the attributes of an existing chatroom.
|
| Modifier and Type | Method and Description |
|---|---|
RoomAttributes |
RoomAttributes.description(String description) |
RoomAttributes |
RoomAttributes.discoverable(Boolean discoverable) |
RoomAttributes |
RoomCreate.getRoomAttributes()
Get roomAttributes
|
RoomAttributes |
RoomDetail.getRoomAttributes()
Get roomAttributes
|
RoomAttributes |
RoomAttributes.membersCanInvite(Boolean membersCanInvite) |
RoomAttributes |
RoomAttributes.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
RoomCreate |
RoomCreate.roomAttributes(RoomAttributes roomAttributes) |
RoomDetail |
RoomDetail.roomAttributes(RoomAttributes roomAttributes) |
void |
RoomCreate.setRoomAttributes(RoomAttributes roomAttributes) |
void |
RoomDetail.setRoomAttributes(RoomAttributes roomAttributes) |
Copyright © 2017 Symphony Software Foundation. All rights reserved.