Interface FetchPageRequest.Builder

  • Method Details

    • transactionId

      FetchPageRequest.Builder transactionId(String transactionId)

      Specifies the transaction ID of the page to be fetched.

      Parameters:
      transactionId - Specifies the transaction ID of the page to be fetched.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextPageToken

      FetchPageRequest.Builder nextPageToken(String nextPageToken)

      Specifies the next page token of the page to be fetched.

      Parameters:
      nextPageToken - Specifies the next page token of the page to be fetched.
      Returns:
      Returns a reference to this object so that method calls can be chained together.