@ExperimentalApi public class LimitedRequestImpl extends Object implements LimitedRequest
Modifier | Constructor and Description |
---|---|
protected |
LimitedRequestImpl(int start,
int limit,
int maxLimit) |
protected |
LimitedRequestImpl(int start,
int limit,
int needed,
int maxLimit) |
protected |
LimitedRequestImpl(PageRequest request,
int maxLimit) |
Modifier and Type | Method and Description |
---|---|
static LimitedRequest |
create(int maxLimit) |
static LimitedRequest |
create(int start,
int limit,
int maxLimit) |
static LimitedRequest |
create(PageRequest request,
int maxLimit) |
boolean |
equals(Object obj) |
int |
getLimit() |
int |
getMaxLimit() |
int |
getNeeded()
Deprecated.
|
int |
getStart()
start index for the page of results
|
int |
hashCode() |
String |
toString() |
protected LimitedRequestImpl(PageRequest request, int maxLimit)
protected LimitedRequestImpl(int start, int limit, int maxLimit)
protected LimitedRequestImpl(int start, int limit, int needed, int maxLimit)
public static LimitedRequest create(PageRequest request, int maxLimit)
public static LimitedRequest create(int maxLimit)
public static LimitedRequest create(int start, int limit, int maxLimit)
@Deprecated public int getNeeded()
getNeeded
in interface LimitedRequest
public int getStart()
LimitedRequest
getStart
in interface LimitedRequest
public int getLimit()
getLimit
in interface LimitedRequest
public int getMaxLimit()
getMaxLimit
in interface LimitedRequest
Copyright © 2003–2015 Atlassian. All rights reserved.