@PublicApi
public interface LimitedPagedRequest
PagedRequest guaranteed to have a limit capped to a developer provided value rather than a user provided
value. getLimit is restricted to the minimum of getMaxLimit and the user provided value. Does not support requesting
unlimited result sets.| Modifier and Type | Method and Description |
|---|---|
int |
getLimit() |
int |
getMaxLimit() |
int |
getStart()
Index of the first item to include in the result set.
|
Copyright © 2017 Atlassian. All rights reserved.