| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
User |
UsersApi.userGet(Integer userID)
Gets the user matching a specific user ID.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<User> |
UsersApi.userGetWithHttpInfo(Integer userID)
Gets the user matching a specific user ID.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
UsersApi.userGetAsync(Integer userID,
ApiCallback<User> callback)
(asynchronously)
Gets the user matching a specific user ID.
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.addUserChainMappingsItem(UserChainMapping userChainMappingsItem) |
User |
User.emailAddress(String emailAddress) |
User |
User.externalID(String externalID) |
User |
User.firstName(String firstName) |
User |
Me.getCurrentUser()
Get currentUser
|
User |
RoleAssignment.getUser()
Get user
|
User |
User.lastName(String lastName) |
User |
User.provisioningStatus(Integer provisioningStatus) |
User |
User.userChainMappings(List<UserChainMapping> userChainMappings) |
User |
User.userID(Integer userID) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserList.getUsers()
Get users
|
| Modifier and Type | Method and Description |
|---|---|
UserList |
UserList.addUsersItem(User usersItem) |
Me |
Me.currentUser(User currentUser) |
void |
Me.setCurrentUser(User currentUser) |
void |
RoleAssignment.setUser(User user) |
RoleAssignment |
RoleAssignment.user(User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserList.setUsers(List<User> users) |
UserList |
UserList.users(List<User> users) |
Copyright © 2018. All rights reserved.