| 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.v3RoomIdInfoGet(String id,
String sessionToken)
Get information about a partcular chatroom.
|
V3RoomDetail |
StreamsApi.v3RoomIdUpdatePost(String id,
V3RoomAttributes payload,
String sessionToken)
Update the attributes of an existing chatroom.
|
| Modifier and Type | Method and Description |
|---|---|
V3RoomDetail |
V3RoomDetail.roomAttributes(V3RoomAttributes roomAttributes) |
V3RoomDetail |
V3RoomDetail.roomSystemInfo(RoomSystemInfo roomSystemInfo) |
| Modifier and Type | Method and Description |
|---|---|
List<V3RoomDetail> |
V3RoomSearchResults.getRooms()
A list of rooms matched by the query.
|
| Modifier and Type | Method and Description |
|---|---|
V3RoomSearchResults |
V3RoomSearchResults.addRoomsItem(V3RoomDetail roomsItem) |
| Modifier and Type | Method and Description |
|---|---|
V3RoomSearchResults |
V3RoomSearchResults.rooms(List<V3RoomDetail> rooms) |
void |
V3RoomSearchResults.setRooms(List<V3RoomDetail> rooms) |
Copyright © 2017 Symphony Software Foundation. All rights reserved.