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