public static interface BatchDeleteTableRowsResponse.Builder extends HoneycodeResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteTableRowsResponse.Builder,BatchDeleteTableRowsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteTableRowsResponse.Builder |
failedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of row ids in the request that could not be deleted from the table.
|
BatchDeleteTableRowsResponse.Builder |
failedBatchItems(Consumer<FailedBatchItem.Builder>... failedBatchItems)
The list of row ids in the request that could not be deleted from the table.
|
BatchDeleteTableRowsResponse.Builder |
failedBatchItems(FailedBatchItem... failedBatchItems)
The list of row ids in the request that could not be deleted from the table.
|
BatchDeleteTableRowsResponse.Builder |
workbookCursor(Long workbookCursor)
The updated workbook cursor after deleting the rows from the table.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteTableRowsResponse.Builder workbookCursor(Long workbookCursor)
The updated workbook cursor after deleting the rows from the table.
workbookCursor - The updated workbook cursor after deleting the rows from the table.BatchDeleteTableRowsResponse.Builder failedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of row ids in the request that could not be deleted from the table. Each element in this list contains one row id from the request that could not be deleted along with the reason why that item could not be deleted.
failedBatchItems - The list of row ids in the request that could not be deleted from the table. Each element in this list
contains one row id from the request that could not be deleted along with the reason why that item
could not be deleted.BatchDeleteTableRowsResponse.Builder failedBatchItems(FailedBatchItem... failedBatchItems)
The list of row ids in the request that could not be deleted from the table. Each element in this list contains one row id from the request that could not be deleted along with the reason why that item could not be deleted.
failedBatchItems - The list of row ids in the request that could not be deleted from the table. Each element in this list
contains one row id from the request that could not be deleted along with the reason why that item
could not be deleted.BatchDeleteTableRowsResponse.Builder failedBatchItems(Consumer<FailedBatchItem.Builder>... failedBatchItems)
The list of row ids in the request that could not be deleted from the table. Each element in this list contains one row id from the request that could not be deleted along with the reason why that item could not be deleted.
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 © 2020. All rights reserved.