@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()
LimitedPagedRequest
getStart
in interface LimitedPagedRequest
public int getLimit()
getLimit
in interface LimitedPagedRequest
public int getMaxLimit()
getMaxLimit
in interface LimitedPagedRequest
Copyright © 2019 Atlassian. All rights reserved.