Package com.atlassian.bitbucket.pull
Interface PullRequestActivityPage<T extends PullRequestActivity>
- All Superinterfaces:
Page<T>
- All Known Implementing Classes:
SimplePullRequestActivityPage
A
Page
of activities
allowing clients to both advance
and reverse from this page by using the results of getPreviousPageStartId()
and Page.getNextPageRequest()
.-
Field Summary
-
Method Summary
Methods inherited from interface com.atlassian.bitbucket.util.Page
forEach, getIsLastPage, getLimit, getNextPageRequest, getOrdinalIndexedValues, getSize, getStart, getValues, stream, transform
-
Field Details
-
NO_ID
static final long NO_ID- See Also:
-
-
Method Details
-
getIsFirstPage
boolean getIsFirstPage()- Returns:
- true if this is the first page of results
-
getPreviousPageStartId
long getPreviousPageStartId()- Returns:
- the ID of the activity of previous page of results or
NO_ID
if this is the first page
-