public interface PageRequest
Modifier and Type | Field and Description |
---|---|
static int |
MAX_PAGE_LIMIT
The maximum size of any page limit.
|
Modifier and Type | Method and Description |
---|---|
PageRequest |
buildRestrictedPageRequest(int maxLimit) |
int |
getLimit() |
int |
getStart() |
static final int MAX_PAGE_LIMIT
@Nonnull PageRequest buildRestrictedPageRequest(int maxLimit)
maxLimit
- the maximum limit allowed in a pageint getLimit()
int getStart()
Copyright © 2022 Atlassian. All rights reserved.