| Interface | Description |
|---|---|
| Cursor |
An interface which could be used to generate cursor for the next/previous pagination request
|
| 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 |
|---|---|
| ContentCursor |
A class which could be used to generate cursor for the next/previous content pagination request or get cursor from string
|
| 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
|
| SpaceCursor |
A class which could be used to generate cursor for the next/previous space pagination request or get cursor from space
|
| Enum | Description |
|---|---|
| CursorType |
Type of the cursor
|
Copyright © 2003–2022 Atlassian. All rights reserved.