java.lang.Object | ||
↳ | com.atlassian.bitbucket.util.AbstractSummary | |
↳ | com.atlassian.bitbucket.util.AbstractPagedSummary |
Known Direct Subclasses |
Extends AbstractSummary
and adds additional properties for summarizing a page of output.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractPagedSummary.AbstractPagedBuilder<B extends AbstractPagedBuilder<B, S extends AbstractPagedSummary>, S> |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
If this is not the
last page , retrieves the PageRequest which can be used to
request the next page. | |||||||||||
Retrieves the
PageRequest that was used to retrieve this page of results. | |||||||||||
Retrieves the number of results that were retrieved.
| |||||||||||
Retrieves a flag indicating whether this page is the last page of results.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.AbstractSummary
| |||||||||||
From class
java.lang.Object
|
If this is not the last page
, retrieves the PageRequest
which can be used to
request the next page. If this is the last page, returns null
.
PageRequest
to request the next page, or null
if this is the last page
Retrieves the PageRequest
that was used to retrieve this page of results.
PageRequest
for the current page
Retrieves the number of results that were retrieved. This value will always be less than or equal to the
limit
of the current page request
.
Retrieves a flag indicating whether this page is the last page of results.
true
if this is the final page of results; otherwise, false
if there is a
next page