| Package | Description |
|---|---|
| org.igniterealtime.restclient | |
| org.igniterealtime.restclient.entity |
| Modifier and Type | Method and Description |
|---|---|
GroupEntity |
RestApiClient.getGroup(String groupName)
Gets the group.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
RestApiClient.createGroup(GroupEntity group)
Creates the group.
|
javax.ws.rs.core.Response |
RestApiClient.updateGroup(GroupEntity group)
Update group.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupEntity> |
GroupEntities.getGroups()
Gets the groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupEntities.setGroups(List<GroupEntity> groups)
Sets the groups.
|
| Constructor and Description |
|---|
GroupEntities(List<GroupEntity> groups)
Instantiates a new group entities.
|
Copyright © 2019. All rights reserved.