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 PageRequest
public int getStart()
getStart
in interface PageRequest
Copyright © 2003–2021 Atlassian. All rights reserved.