public static interface BatchUpdateTableRowsResponse.Builder extends HoneycodeResponse.Builder, SdkPojo, CopyableBuilder<BatchUpdateTableRowsResponse.Builder,BatchUpdateTableRowsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateTableRowsResponse.Builder |
failedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be updated in the table.
|
BatchUpdateTableRowsResponse.Builder |
failedBatchItems(Consumer<FailedBatchItem.Builder>... failedBatchItems)
The list of batch items in the request that could not be updated in the table.
|
BatchUpdateTableRowsResponse.Builder |
failedBatchItems(FailedBatchItem... failedBatchItems)
The list of batch items in the request that could not be updated in the table.
|
BatchUpdateTableRowsResponse.Builder |
workbookCursor(Long workbookCursor)
The updated workbook cursor after adding the new rows at the end of the table.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateTableRowsResponse.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.BatchUpdateTableRowsResponse.Builder failedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be updated in the table. Each element in this list contains one item from the request that could not be updated in the table along with the reason why that item could not be updated.
failedBatchItems - The list of batch items in the request that could not be updated in the table. Each element in this
list contains one item from the request that could not be updated in the table along with the reason
why that item could not be updated.BatchUpdateTableRowsResponse.Builder failedBatchItems(FailedBatchItem... failedBatchItems)
The list of batch items in the request that could not be updated in the table. Each element in this list contains one item from the request that could not be updated in the table along with the reason why that item could not be updated.
failedBatchItems - The list of batch items in the request that could not be updated in the table. Each element in this
list contains one item from the request that could not be updated in the table along with the reason
why that item could not be updated.BatchUpdateTableRowsResponse.Builder failedBatchItems(Consumer<FailedBatchItem.Builder>... failedBatchItems)
The list of batch items in the request that could not be updated in the table. Each element in this list contains one item from the request that could not be updated in the table along with the reason why that item could not be updated.
This is a convenience method that creates an instance of theFailedBatchItem.Builder avoiding the need to create
one manually via FailedBatchItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #failedBatchItems(List.
failedBatchItems - a consumer that will call methods on
FailedBatchItem.Builder#failedBatchItems(java.util.Collection) Copyright © 2022. All rights reserved.