java.lang.Object |
↳ |
com.atlassian.bitbucket.util.PageRequestImpl |
Summary
Public Constructors |
|
PageRequestImpl(int start, int limit)
Constructs a new PageRequestImpl for retrieving a page with limit entries from the specified
start index.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.atlassian.bitbucket.util.PageRequest
|
Public Constructors
public
PageRequestImpl
(int start, int limit)
Constructs a new PageRequestImpl
for retrieving a page with limit
entries from the specified
start
index.
Parameters
start
| the zero-based index of the first entry to include on the page |
limit
| the maximum number of entries to include on the page
|
Public Methods
@Nonnull
public
PageRequest
buildRestrictedPageRequest
(int maxLimit)
public
boolean
equals
(Object obj)
public
String
toString
()