| Interface | Description |
|---|---|
| LimitedRequest |
A
PageRequest guaranteed to have a limit capped to a developer provided value rather than a user provided
value. |
| PageRequest |
Specifies the pagination requirements of a request.
|
| PageResponse<T> |
A response to a page request, used in pagination.
|
| PaginationBatch<T> |
A pagination batch is responsible for supplying a pageResponse for a given pageRequest.
|
| SkipDiscardLimitedRequest |
This will allow to skip
PaginationServiceImpl.DiscardingThreshold |
| Class | Description |
|---|---|
| LimitedRequestImpl | |
| PageResponseImpl<T> |
A wrapper around a list of content.
|
| PageResponseImpl.Builder<E,B extends PageResponseImpl.Builder<E,B>> | |
| SimplePageRequest |
A simple immutable implementation of PageRequest
|
Copyright © 2003–2020 Atlassian. All rights reserved.