Interface PullRequestActivityPage<T extends PullRequestActivity>

All Superinterfaces:
Page<T>
All Known Implementing Classes:
SimplePullRequestActivityPage

public interface PullRequestActivityPage<T extends PullRequestActivity> extends Page<T>
A Page of activities allowing clients to both advance and reverse from this page by using the results of getPreviousPageStartId() and Page.getNextPageRequest().
  • Field Details

  • 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