| Package | Description |
|---|---|
| org.symphonyoss.symphony.pod.api | |
| org.symphonyoss.symphony.pod.model |
| Modifier and Type | Method and Description |
|---|---|
V3RoomDetail |
StreamsApi.v3RoomCreatePost(V3RoomAttributes payload,
String sessionToken)
Create a new chatroom.
|
V3RoomDetail |
StreamsApi.v3RoomIdUpdatePost(String id,
V3RoomAttributes payload,
String sessionToken)
Update the attributes of an existing chatroom.
|
| Modifier and Type | Method and Description |
|---|---|
V3RoomAttributes |
V3RoomAttributes._public(Boolean _public) |
V3RoomAttributes |
V3RoomAttributes.addKeywordsItem(RoomTag keywordsItem) |
V3RoomAttributes |
V3RoomAttributes.copyProtected(Boolean copyProtected) |
V3RoomAttributes |
V3RoomAttributes.crossPod(Boolean crossPod) |
V3RoomAttributes |
V3RoomAttributes.description(String description) |
V3RoomAttributes |
V3RoomAttributes.discoverable(Boolean discoverable) |
V3RoomAttributes |
V3RoomDetail.getRoomAttributes()
Get roomAttributes
|
V3RoomAttributes |
V3RoomAttributes.keywords(List<RoomTag> keywords) |
V3RoomAttributes |
V3RoomAttributes.membersCanInvite(Boolean membersCanInvite) |
V3RoomAttributes |
V3RoomAttributes.multiLateralRoom(Boolean multiLateralRoom) |
V3RoomAttributes |
V3RoomAttributes.name(String name) |
V3RoomAttributes |
V3RoomAttributes.readOnly(Boolean readOnly) |
V3RoomAttributes |
V3RoomAttributes.viewHistory(Boolean viewHistory) |
| Modifier and Type | Method and Description |
|---|---|
V3RoomDetail |
V3RoomDetail.roomAttributes(V3RoomAttributes roomAttributes) |
void |
V3RoomDetail.setRoomAttributes(V3RoomAttributes roomAttributes) |
Copyright © 2018 Symphony Software Foundation. All rights reserved.