Interface UpdateRowData.Builder

    • Method Detail

      • rowId

        UpdateRowData.Builder rowId​(String rowId)

        The id of the row that needs to be updated.

        Parameters:
        rowId - The id of the row that needs to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cellsToUpdate

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.