| Package | Description |
|---|---|
| org.symphonyoss.symphony.pod.api | |
| org.symphonyoss.symphony.pod.model |
| Modifier and Type | Method and Description |
|---|---|
UserIdList |
DisclaimerApi.v1AdminDisclaimerDidUsersGet(String sessionToken,
String did)
List all users assigned to this disclaimer
|
UserIdList |
UserApi.v1AdminUserListGet(String sessionToken)
Retreive a list of all users in the company (pod)
|
| Modifier and Type | Method and Description |
|---|---|
Stream |
StreamsApi.v1AdminImCreatePost(UserIdList uidList,
String sessionToken)
Create a new single or multi party instant message conversation
At least two user IDs must be provided or an error response will be sent.
|
Stream |
StreamsApi.v1ImCreatePost(UserIdList uidList,
String sessionToken)
Create a new single or multi party instant message conversation between the caller and specified users.
|
SuccessResponse |
PresenceApi.v1UserPresenceRegisterPost(String sessionToken,
UserIdList uidList)
Register interest in a user's presence status
|
| Modifier and Type | Method and Description |
|---|---|
UserIdList |
ConversationSpecificStreamAttributes.getMembers()
Get members
|
| Modifier and Type | Method and Description |
|---|---|
ConversationSpecificStreamAttributes |
ConversationSpecificStreamAttributes.members(UserIdList members) |
void |
ConversationSpecificStreamAttributes.setMembers(UserIdList members) |
Copyright © 2018 Symphony Software Foundation. All rights reserved.