public static interface CellValueSynonym.Builder extends SdkPojo, CopyableBuilder<CellValueSynonym.Builder,CellValueSynonym>
| Modifier and Type | Method and Description |
|---|---|
CellValueSynonym.Builder |
cellValue(String cellValue)
The cell value.
|
CellValueSynonym.Builder |
synonyms(Collection<String> synonyms)
Other names or aliases for the cell value.
|
CellValueSynonym.Builder |
synonyms(String... synonyms)
Other names or aliases for the cell value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCellValueSynonym.Builder cellValue(String cellValue)
The cell value.
cellValue - The cell value.CellValueSynonym.Builder synonyms(Collection<String> synonyms)
Other names or aliases for the cell value.
synonyms - Other names or aliases for the cell value.CellValueSynonym.Builder synonyms(String... synonyms)
Other names or aliases for the cell value.
synonyms - Other names or aliases for the cell value.Copyright © 2023. All rights reserved.