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