Interface CellValueSynonym.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CellValueSynonym.Builder,CellValueSynonym>, SdkBuilder<CellValueSynonym.Builder,CellValueSynonym>, SdkPojo
Enclosing class:
CellValueSynonym

public static interface CellValueSynonym.Builder extends SdkPojo, CopyableBuilder<CellValueSynonym.Builder,CellValueSynonym>
  • Method Details

    • cellValue

      CellValueSynonym.Builder cellValue(String cellValue)

      The cell value.

      Parameters:
      cellValue - The cell value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • synonyms

      Other names or aliases for the cell value.

      Parameters:
      synonyms - Other names or aliases for the cell value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • synonyms

      CellValueSynonym.Builder synonyms(String... synonyms)

      Other names or aliases for the cell value.

      Parameters:
      synonyms - Other names or aliases for the cell value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.