public class SimplePageRequest extends Object implements PageRequest
| Modifier and Type | Field and Description |
|---|---|
static PageRequest |
ONE |
| Modifier | Constructor and Description |
|---|---|
|
SimplePageRequest(Cursor cursor,
int limit) |
protected |
SimplePageRequest(int start,
Cursor cursor,
int limit) |
|
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 SimplePageRequest(Cursor cursor, int limit)
protected SimplePageRequest(int start,
Cursor cursor,
int limit)
public int getLimit()
getLimit in interface PageRequestpublic int getStart()
getStart in interface PageRequestpublic Cursor getCursor()
getCursor in interface PageRequestCopyright © 2003–2022 Atlassian. All rights reserved.