public class Page<T> extends Object
| Constructor and Description |
|---|
Page(long startAt,
int maxResults,
long total,
Iterable<T> values,
boolean isLast) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getMaxResults() |
long |
getStartAt() |
long |
getTotal() |
Iterable<T> |
getValues() |
int |
hashCode() |
boolean |
isLast() |
String |
toString() |
Copyright © 2023 Atlassian. All rights reserved.