Package com.atlassian.confluence.api.model.pagination

Interface Summary
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.
 

Class Summary
LimitedRequestImpl  
PageResponseImpl<T> A wrapper around a list of content.
PageResponseImpl.Builder<T>  
SimplePageRequest A simple immutable implementation of PageRequest
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.