* The updated workbook cursor after deleting the rows from the table. *
*/ private Long workbookCursor; /** ** 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. *
*/ private java.util.List* The updated workbook cursor after deleting the rows from the table. *
* * @param workbookCursor * The updated workbook cursor after deleting the rows from the table. */ public void setWorkbookCursor(Long workbookCursor) { this.workbookCursor = workbookCursor; } /** ** The updated workbook cursor after deleting the rows from the table. *
* * @return The updated workbook cursor after deleting the rows from the table. */ public Long getWorkbookCursor() { return this.workbookCursor; } /** ** The updated workbook cursor after deleting the rows from the table. *
* * @param workbookCursor * The updated workbook cursor after deleting the rows from the table. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDeleteTableRowsResult withWorkbookCursor(Long workbookCursor) { setWorkbookCursor(workbookCursor); return this; } /** ** 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. *
* * @return 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. */ public java.util.List* 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. *
* * @param 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. */ public void setFailedBatchItems(java.util.Collection* 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. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setFailedBatchItems(java.util.Collection)} or {@link #withFailedBatchItems(java.util.Collection)} if you * want to override the existing values. *
* * @param 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. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDeleteTableRowsResult withFailedBatchItems(FailedBatchItem... failedBatchItems) { if (this.failedBatchItems == null) { setFailedBatchItems(new java.util.ArrayList* 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. *
* * @param 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. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDeleteTableRowsResult withFailedBatchItems(java.util.Collection