Package com.atlassian.jira.util
Interface PageRequest
@PublicApi
public interface PageRequest
Pagination request.
- Since:
- 6.4.7
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The maximum size of any page limit. -
Method Summary
-
Field Details
-
MAX_PAGE_LIMIT
static final int MAX_PAGE_LIMITThe maximum size of any page limit.- See Also:
-
-
Method Details
-
getLimit
int getLimit()- Returns:
- the maximum allowed number of elements on the page
-
getStart
long getStart()- Returns:
- the index of the element in the result set that this page will start at
-