Interface TableExcerpt.Builder

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

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

    • rows

      A list of rows in the table excerpt.

      Parameters:
      rows - A list of rows in the table excerpt.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rows

      A list of rows in the table excerpt.

      Parameters:
      rows - A list of rows in the table excerpt.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rows

      A list of rows in the table excerpt.

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

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

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

      TableExcerpt.Builder totalNumberOfRows(Integer totalNumberOfRows)

      A count of the number of rows in the original table within the document.

      Parameters:
      totalNumberOfRows - A count of the number of rows in the original table within the document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.