| Interface | Description |
|---|---|
| LimitedPagedRequest |
A
PagedRequest guaranteed to have a limit capped to a developer provided value rather than a user provided
value. |
| PagedRequest |
Specifies the pagination requirements of a request.
|
| PagedResponse<T> |
A response to a paged request, used in pagination.
|
| Class | Description |
|---|---|
| DefaultPagingLimits |
Paging has limits and here they are.
|
| LimitedPagedRequestImpl | |
| PagedResponseImpl<T> |
A wrapper around a list of content.
|
| PagedResponseImpl.Builder<T> |
Builds PagedResponse's of T
|
| SimplePagedRequest |
A simple immutable implementation of PageRequest
|
Copyright © 2018 Atlassian. All rights reserved.