java.lang.Object | |
↳ | com.atlassian.bitbucket.util.PageRequestImpl |
Default implementation of PageRequest
.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
PageRequestImpl for retrieving a page with limit entries from the specified
start index. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constructs a new PageRequestImpl
for retrieving a page with limit
entries from the specified
start
index.
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 |