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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getLimit() |
int |
getStart() |
int |
hashCode() |
String |
toString() |
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–2022 Atlassian. All rights reserved.