public class SimplePageRequest extends Object implements PageRequest
| Modifier and Type | Field and Description | 
|---|---|
| static PageRequest | ONE | 
| Constructor and Description | 
|---|
| SimplePageRequest(int start,
                 int limit) | 
| SimplePageRequest(LimitedRequest request) | 
public static final PageRequest ONE
public SimplePageRequest(LimitedRequest request)
public SimplePageRequest(int start,
                         int limit)
start - zero-based start index for the page of results (first result is 0)limit - the number of the results to return in the pagepublic int getLimit()
getLimit in interface PageRequestpublic int getStart()
getStart in interface PageRequestCopyright © 2003–2018 Atlassian. All rights reserved.