| Package | Description |
|---|---|
| org.igniterealtime.restclient | |
| org.igniterealtime.restclient.entity |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
RestApiClient.addRosterEntry(String username,
RosterItemEntity rosterItemEntity)
Adds the roster entry.
|
javax.ws.rs.core.Response |
RestApiClient.updateRosterEntry(String username,
RosterItemEntity rosterItemEntity)
Update roster entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<RosterItemEntity> |
RosterEntities.getRoster()
Gets the roster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RosterEntities.setRoster(List<RosterItemEntity> roster)
Sets the roster.
|
| Constructor and Description |
|---|
RosterEntities(List<RosterItemEntity> roster)
Instantiates a new roster entities.
|
Copyright © 2019. All rights reserved.