public class Players extends AbstractPagedListWrapper<Player>
| Constructor and Description |
|---|
Players(int size,
int maxItems,
javax.ws.rs.core.UriBuilder uriBuilder) |
| Modifier and Type | Method and Description |
|---|---|
ListWrapperCallback<Player> |
getPagingCallback()
Gets the call back that will actually "retrieve" the necessary element to populate the List.
|
List<Player> |
getPlayers() |
getCallback, getMaxResults, getSize, getStartIndex, setStartIndexpublic Players(int size,
int maxItems,
javax.ws.rs.core.UriBuilder uriBuilder)
public ListWrapperCallback<Player> getPagingCallback()
AbstractPagedListWrappergetPagingCallback in class AbstractPagedListWrapper<Player>Copyright © 2017 Atlassian. All rights reserved.