public static interface BatchCreateTableRowsResponse.Builder extends HoneycodeResponse.Builder, SdkPojo, CopyableBuilder<BatchCreateTableRowsResponse.Builder,BatchCreateTableRowsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchCreateTableRowsResponse.Builder |
createdRows(Map<String,String> createdRows)
The map of batch item id to the row id that was created for that item.
|
BatchCreateTableRowsResponse.Builder |
failedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be added to the table.
|
BatchCreateTableRowsResponse.Builder |
failedBatchItems(Consumer<FailedBatchItem.Builder>... failedBatchItems)
The list of batch items in the request that could not be added to the table.
|
BatchCreateTableRowsResponse.Builder |
failedBatchItems(FailedBatchItem... failedBatchItems)
The list of batch items in the request that could not be added to the table.
|
BatchCreateTableRowsResponse.Builder |
workbookCursor(Long workbookCursor)
The updated workbook cursor after adding the new rows at the end of the table.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreateTableRowsResponse.Builder workbookCursor(Long workbookCursor)
The updated workbook cursor after adding the new rows at the end of the table.
workbookCursor - The updated workbook cursor after adding the new rows at the end of the table.BatchCreateTableRowsResponse.Builder createdRows(Map<String,String> createdRows)
The map of batch item id to the row id that was created for that item.
createdRows - The map of batch item id to the row id that was created for that item.BatchCreateTableRowsResponse.Builder failedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be added to the table. Each element in this list contains one item from the request that could not be added to the table along with the reason why that item could not be added.
failedBatchItems - The list of batch items in the request that could not be added to the table. Each element in this list
contains one item from the request that could not be added to the table along with the reason why that
item could not be added.BatchCreateTableRowsResponse.Builder failedBatchItems(FailedBatchItem... failedBatchItems)
The list of batch items in the request that could not be added to the table. Each element in this list contains one item from the request that could not be added to the table along with the reason why that item could not be added.
failedBatchItems - The list of batch items in the request that could not be added to the table. Each element in this list
contains one item from the request that could not be added to the table along with the reason why that
item could not be added.BatchCreateTableRowsResponse.Builder failedBatchItems(Consumer<FailedBatchItem.Builder>... failedBatchItems)
The list of batch items in the request that could not be added to the table. Each element in this list contains one item from the request that could not be added to the table along with the reason why that item could not be added.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #failedBatchItems(List) .failedBatchItems - a consumer that will call methods on List.Builder #failedBatchItems(List) Copyright © 2021. All rights reserved.