T
- type of requested datapublic class PaginationRequest<T> extends Object
PaginatedDataCollector
Constructor and Description |
---|
PaginationRequest(int start,
int limit,
int batchSize,
List<Predicate<T>> orderedFilters) |
PaginationRequest(int start,
int limit,
List<Predicate<T>> orderedFilters) |
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize() |
int |
getLimit() |
List<Predicate<T>> |
getOrderedFilters() |
int |
getStart() |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.