| Package | Description |
|---|---|
| org.symphonyoss.symphony.pod.api | |
| org.symphonyoss.symphony.pod.model |
| Modifier and Type | Method and Description |
|---|---|
UserV2 |
SessionApi.v2SessioninfoGet(String sessionToken)
Get information about the current user's session.
|
UserV2 |
UsersApi.v2UserGet(String sessionToken,
Long uid,
String email,
String username,
Boolean local)
Get user information
|
| Modifier and Type | Method and Description |
|---|---|
UserV2 |
UserV2.avatars(AvatarList avatars) |
UserV2 |
UserV2.company(String company) |
UserV2 |
UserV2.department(String department) |
UserV2 |
UserV2.displayName(String displayName) |
UserV2 |
UserV2.division(String division) |
UserV2 |
UserV2.emailAddress(String emailAddress) |
UserV2 |
UserV2.firstName(String firstName) |
UserV2 |
UserV2.id(Long id) |
UserV2 |
UserV2.jobFunction(String jobFunction) |
UserV2 |
UserV2.lastName(String lastName) |
UserV2 |
UserV2.location(String location) |
UserV2 |
UserV2.mobilePhoneNumber(String mobilePhoneNumber) |
UserV2 |
UserV2.title(String title) |
UserV2 |
UserV2.username(String username) |
UserV2 |
UserV2.workPhoneNumber(String workPhoneNumber) |
| Modifier and Type | Method and Description |
|---|---|
List<UserV2> |
UserSearchResults.getUsers()
A list of users which matched by the search criteria.
|
| Modifier and Type | Method and Description |
|---|---|
UserSearchResults |
UserSearchResults.addUsersItem(UserV2 usersItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserSearchResults.setUsers(List<UserV2> users) |
UserSearchResults |
UserSearchResults.users(List<UserV2> users) |
Copyright © 2017 Symphony Software Foundation. All rights reserved.