public interface PullRequestActivityPage<T extends PullRequestActivity> extends Page<T>
Page
of activities
allowing clients to both advance
and reverse from this page by using the results of getPreviousPageStartId()
and Page.getNextPageRequest()
.Modifier and Type | Field and Description |
---|---|
static long |
NO_ID |
Modifier and Type | Method and Description |
---|---|
boolean |
getIsFirstPage() |
long |
getPreviousPageStartId() |
forEach, getIsLastPage, getLimit, getNextPageRequest, getOrdinalIndexedValues, getSize, getStart, getValues, stream, transform
static final long NO_ID
boolean getIsFirstPage()
long getPreviousPageStartId()
NO_ID
if this is the first pageCopyright © 2022 Atlassian. All rights reserved.