@Internal public class LimitedPagedRequestImpl extends Object implements LimitedPagedRequest
| Modifier | Constructor and Description |
|---|---|
protected |
LimitedPagedRequestImpl(int start,
int limit,
int maxLimit) |
protected |
LimitedPagedRequestImpl(PagedRequest request,
int maxLimit) |
| Modifier and Type | Method and Description |
|---|---|
static LimitedPagedRequest |
create(int maxLimit) |
static LimitedPagedRequest |
create(int start,
int limit,
int maxLimit) |
static LimitedPagedRequest |
create(PagedRequest request,
int maxLimit) |
boolean |
equals(Object obj) |
int |
getLimit() |
int |
getMaxLimit() |
int |
getStart()
Index of the first item to include in the result set.
|
int |
hashCode() |
String |
toString() |
protected LimitedPagedRequestImpl(PagedRequest request, int maxLimit)
protected LimitedPagedRequestImpl(int start,
int limit,
int maxLimit)
public static LimitedPagedRequest create(PagedRequest request, int maxLimit)
public static LimitedPagedRequest create(int maxLimit)
public static LimitedPagedRequest create(int start, int limit, int maxLimit)
public int getStart()
LimitedPagedRequestgetStart in interface LimitedPagedRequestpublic int getLimit()
getLimit in interface LimitedPagedRequestpublic int getMaxLimit()
getMaxLimit in interface LimitedPagedRequestCopyright © 2017 Atlassian. All rights reserved.