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 PageRequest
public int getStart()
getStart
in interface PageRequest
public Cursor getCursor()
getCursor
in interface PageRequest
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences