Interface CellValueSynonym.Builder

  • 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.