T
- type of resultpublic class PaginationResult<T> extends Object
Constructor and Description |
---|
PaginationResult(List<T> result,
int start,
int limit) |
Modifier and Type | Method and Description |
---|---|
int |
getLimit() |
int |
getNextStart() |
List<T> |
getResult() |
int |
getStart() |
boolean |
isHasNext() |
void |
setHasNext(boolean hasNext) |
void |
setNextStart(int nextStart) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.