public static interface ResultRow.Builder extends SdkPojo, CopyableBuilder<ResultRow.Builder,ResultRow>
| Modifier and Type | Method and Description |
|---|---|
ResultRow.Builder |
dataItems(Collection<DataItem> dataItems)
List of all the data cells in a row.
|
ResultRow.Builder |
dataItems(Consumer<DataItem.Builder>... dataItems)
List of all the data cells in a row.
|
ResultRow.Builder |
dataItems(DataItem... dataItems)
List of all the data cells in a row.
|
ResultRow.Builder |
rowId(String rowId)
The ID for a particular row.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResultRow.Builder rowId(String rowId)
The ID for a particular row.
rowId - The ID for a particular row.ResultRow.Builder dataItems(Collection<DataItem> dataItems)
List of all the data cells in a row.
dataItems - List of all the data cells in a row.ResultRow.Builder dataItems(DataItem... dataItems)
List of all the data cells in a row.
dataItems - List of all the data cells in a row.ResultRow.Builder dataItems(Consumer<DataItem.Builder>... dataItems)
List of all the data cells in a row.
This is a convenience method that creates an instance of theDataItem.Builder avoiding the need to create one
manually via DataItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #dataItems(List.
dataItems - a consumer that will call methods on
DataItem.Builder#dataItems(java.util.Collection) Copyright © 2023. All rights reserved.