public static interface TableExcerpt.Builder extends SdkPojo, CopyableBuilder<TableExcerpt.Builder,TableExcerpt>
| Modifier and Type | Method and Description |
|---|---|
TableExcerpt.Builder |
rows(Collection<TableRow> rows)
A list of rows in the table excerpt.
|
TableExcerpt.Builder |
rows(Consumer<TableRow.Builder>... rows)
A list of rows in the table excerpt.
|
TableExcerpt.Builder |
rows(TableRow... rows)
A list of rows in the table excerpt.
|
TableExcerpt.Builder |
totalNumberOfRows(Integer totalNumberOfRows)
A count of the number of rows in the original table within the document.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableExcerpt.Builder rows(Collection<TableRow> rows)
A list of rows in the table excerpt.
rows - A list of rows in the table excerpt.TableExcerpt.Builder rows(TableRow... rows)
A list of rows in the table excerpt.
rows - A list of rows in the table excerpt.TableExcerpt.Builder rows(Consumer<TableRow.Builder>... rows)
A list of rows in the table excerpt.
This is a convenience method that creates an instance of theTableRow.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.
rows - a consumer that will call methods on
TableRow.Builder#rows(java.util.Collection) TableExcerpt.Builder totalNumberOfRows(Integer totalNumberOfRows)
A count of the number of rows in the original table within the document.
totalNumberOfRows - A count of the number of rows in the original table within the document.Copyright © 2023. All rights reserved.