@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.
since 5.7.2. No longer used.
|
int |
getStart() |
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()
getStart
in interface LimitedRequest
public int getLimit()
getLimit
in interface LimitedRequest
public int getMaxLimit()
getMaxLimit
in interface LimitedRequest
Copyright © 2003–2019 Atlassian. All rights reserved.