public class PagedList<T> extends Object
Constructor and Description |
---|
PagedList() |
Modifier and Type | Method and Description |
---|---|
void |
addItems(List<T> itemsToAdd) |
static PagedList |
constructPagedList(org.springframework.http.ResponseEntity responseEntity) |
String |
getAfter(String nextPageUrl) |
List<T> |
getItems() |
String |
getNextPage() |
String |
getSelf() |
List<T> |
items() |
void |
setNextPage(String nextPage) |
void |
setSelf(String self) |
Copyright © 2017–2023 Okta. All rights reserved.