Interface CellInput.Builder

    • Method Detail

      • fact

        CellInput.Builder fact​(String fact)

        Fact represents the data that is entered into a cell. This data can be free text or a formula. Formulas need to start with the equals (=) sign.

        Parameters:
        fact - Fact represents the data that is entered into a cell. This data can be free text or a formula. Formulas need to start with the equals (=) sign.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • facts

        CellInput.Builder facts​(Collection<String> facts)

        A list representing the values that are entered into a ROWSET cell. Facts list can have either only values or rowIDs, and rowIDs should from the same table.

        Parameters:
        facts - A list representing the values that are entered into a ROWSET cell. Facts list can have either only values or rowIDs, and rowIDs should from the same table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • facts

        CellInput.Builder facts​(String... facts)

        A list representing the values that are entered into a ROWSET cell. Facts list can have either only values or rowIDs, and rowIDs should from the same table.

        Parameters:
        facts - A list representing the values that are entered into a ROWSET cell. Facts list can have either only values or rowIDs, and rowIDs should from the same table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.