Constructor and Description |
---|
PageImpl() |
Modifier and Type | Method and Description |
---|---|
List<T> |
items()
Gets the list of items.
|
String |
nextPageLink()
Gets the link to the next page.
|
PageImpl<T> |
setItems(List<T> items)
Sets the list of items.
|
PageImpl<T> |
setNextPageLink(String nextPageLink)
Sets the link to the next page.
|
public String nextPageLink()
nextPageLink
in interface Page<T>
public PageImpl<T> setNextPageLink(String nextPageLink)
nextPageLink
- the link to the next page.Copyright © 2019. All rights reserved.