| Package | Description |
|---|---|
| org.igniterealtime.restclient | |
| org.igniterealtime.restclient.entity |
| Modifier and Type | Method and Description |
|---|---|
UserEntity |
RestApiClient.getUser(String username)
Gets the user.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
RestApiClient.createUser(UserEntity userEntity)
Creates the user.
|
javax.ws.rs.core.Response |
RestApiClient.updateUser(UserEntity userEntity)
Update user.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserEntity> |
UserEntities.getUsers()
Gets the users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserEntities.setUsers(List<UserEntity> users)
Sets the users.
|
| Constructor and Description |
|---|
UserEntities(List<UserEntity> users)
Instantiates a new user entities.
|
Copyright © 2019. All rights reserved.