T - Value typepublic class Page<T> extends Object
| Constructor and Description |
|---|
Page(int size,
int limit,
boolean lastPage,
int start,
Integer nextPageStart,
Iterable<T> values) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLimit() |
Integer |
getNextPageStart() |
int |
getSize() |
int |
getStart() |
List<T> |
getValues() |
boolean |
isLastPage() |
String |
toString() |
public int getSize()
public int getLimit()
public boolean isLastPage()
public int getStart()
@Nullable public Integer getNextPageStart()
Copyright © 2020 Atlassian. All rights reserved.