com.atlassian.confluence.api.model.pagination
Interface PageRequest

All Known Implementing Classes:
RestPageRequest, SimplePageRequest

@ExperimentalApi
public interface PageRequest

Specifies the pagination requirements of a request.


Method Summary
 int getLimit()
           
 int getStart()
           
 

Method Detail

getStart

int getStart()
Returns:
start index for the page of results

getLimit

int getLimit()
Returns:
the number of the results to return in the page


Copyright © 2003-2014 Atlassian. All Rights Reserved.