public interface

PullRequestActivityPage

implements Page<T>
com.atlassian.bitbucket.pull.PullRequestActivityPage<T extends com.atlassian.bitbucket.pull.PullRequestActivity>
Known Indirect Subclasses

Class Overview

A Page of activities allowing clients to both advance and reverse from this page by using the results of getPreviousPageStartId() and getNextPageRequest().

Summary

Constants
long NO_ID
Public Methods
boolean getIsFirstPage()
long getPreviousPageStartId()
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.util.Page

Constants

public static final long NO_ID

Constant Value: -1 (0xffffffffffffffff)

Public Methods

public boolean getIsFirstPage ()

Returns
  • true if this is the first page of results

public long getPreviousPageStartId ()

Returns
  • the ID of the activity of previous page of results or NO_ID if this is the first page