Interface Page.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Page.Builder,Page>, SdkBuilder<Page.Builder,Page>, SdkPojo
Enclosing class:
Page

public static interface Page.Builder extends SdkPojo, CopyableBuilder<Page.Builder,Page>
  • Method Details

    • values

      A structure that contains values in multiple encoding formats.

      Parameters:
      values - A structure that contains values in multiple encoding formats.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      Page.Builder values(ValueHolder... values)

      A structure that contains values in multiple encoding formats.

      Parameters:
      values - A structure that contains values in multiple encoding formats.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      A structure that contains values in multiple encoding formats.

      This is a convenience method that creates an instance of the ValueHolder.Builder avoiding the need to create one manually via ValueHolder.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to values(List<ValueHolder>).

      Parameters:
      values - a consumer that will call methods on ValueHolder.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextPageToken

      Page.Builder nextPageToken(String nextPageToken)

      The token of the next page.

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