public static interface CellInput.Builder extends SdkPojo, CopyableBuilder<CellInput.Builder,CellInput>
| Modifier and Type | Method and Description |
|---|---|
CellInput.Builder |
fact(String fact)
Fact represents the data that is entered into a cell.
|
CellInput.Builder |
facts(Collection<String> facts)
A list representing the values that are entered into a ROWSET cell.
|
CellInput.Builder |
facts(String... facts)
A list representing the values that are entered into a ROWSET cell.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCellInput.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.
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.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.
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.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.
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.Copyright © 2023. All rights reserved.