Class Cell.UpdateRowCellsBuilder

  • Enclosing class:
    Cell

    public static class Cell.UpdateRowCellsBuilder
    extends java.lang.Object
    A convenience class for quickly creating a List of cells to update.
    • Constructor Detail

      • UpdateRowCellsBuilder

        public UpdateRowCellsBuilder()
    • Method Detail

      • addCell

        public Cell.UpdateRowCellsBuilder addCell​(java.lang.Long columnId,
                                                  java.lang.Object value,
                                                  java.lang.Boolean strict,
                                                  Hyperlink hyperlink,
                                                  CellLink linkInFromCell)
        Adds the cell.
        Parameters:
        columnId - the column id
        value - the value
        strict - the strict
        hyperlink - the hyperlink
        linkInFromCell - the link
        Returns:
        the update row cells builder
      • addCell

        public Cell.UpdateRowCellsBuilder addCell​(java.lang.Long columnId,
                                                  java.lang.Object value,
                                                  java.lang.Boolean strict,
                                                  Hyperlink hyperlink,
                                                  CellLink linkInFromCell,
                                                  java.lang.Boolean overrideValidation)
        Adds the cell.
        Parameters:
        columnId - the column id
        value - the value
        strict - the strict
        hyperlink - the hyperlink
        linkInFromCell - the link
        overrideValidation - the overrideValidation flag
        Returns:
        the update row cells builder
      • addCell

        public Cell.UpdateRowCellsBuilder addCell​(java.lang.Long columnId,
                                                  java.lang.Object value)
        Adds the cell.
        Parameters:
        columnId - the column id
        value - the value
        Returns:
        the update row cells builder
      • getCells

        public java.util.List<Cell> getCells()
      • build

        public java.util.List<Cell> build()
        Returns the list of cells.
        Returns:
        the list