Interface CellValueSynonym.Builder

    • Method Detail

      • 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

        CellValueSynonym.Builder synonyms​(Collection<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.
      • 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.