public static interface UpdateRowData.Builder extends SdkPojo, CopyableBuilder<UpdateRowData.Builder,UpdateRowData>
| Modifier and Type | Method and Description |
|---|---|
UpdateRowData.Builder |
cellsToUpdate(Map<String,CellInput> cellsToUpdate)
A map representing the cells to update in the given row.
|
UpdateRowData.Builder |
rowId(String rowId)
The id of the row that needs to be updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRowData.Builder rowId(String rowId)
The id of the row that needs to be updated.
rowId - The id of the row that needs to be updated.UpdateRowData.Builder cellsToUpdate(Map<String,CellInput> cellsToUpdate)
A map representing the cells to update in the given row. The key is the column id of the cell and the value is the CellInput object that represents the data to set in that cell.
cellsToUpdate - A map representing the cells to update in the given row. The key is the column id of the cell and the
value is the CellInput object that represents the data to set in that cell.Copyright © 2022. All rights reserved.