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