* The updated workbook cursor after adding the new rows at the end of the table. *
*/ private Long workbookCursor; /** ** 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. *
*/ private java.util.List* The updated workbook cursor after adding the new rows at the end of the table. *
* * @param workbookCursor * The updated workbook cursor after adding the new rows at the end of the table. */ public void setWorkbookCursor(Long workbookCursor) { this.workbookCursor = workbookCursor; } /** ** The updated workbook cursor after adding the new rows at the end of the table. *
* * @return The updated workbook cursor after adding the new rows at the end of the table. */ public Long getWorkbookCursor() { return this.workbookCursor; } /** ** The updated workbook cursor after adding the new rows at the end of the table. *
* * @param workbookCursor * The updated workbook cursor after adding the new rows at the end of the table. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchUpdateTableRowsResult withWorkbookCursor(Long workbookCursor) { setWorkbookCursor(workbookCursor); return this; } /** ** 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. *
* * @return 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. */ public java.util.List* 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. *
* * @param 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. */ public void setFailedBatchItems(java.util.Collection* 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. *
** 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 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. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchUpdateTableRowsResult withFailedBatchItems(FailedBatchItem... failedBatchItems) { if (this.failedBatchItems == null) { setFailedBatchItems(new java.util.ArrayList* 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. *
* * @param 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. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchUpdateTableRowsResult withFailedBatchItems(java.util.Collection