Interface EnumerationValue.Builder

    • Method Detail

      • value

        EnumerationValue.Builder value​(String value)

        The value of the slot type.

        Parameters:
        value - The value of the slot type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • synonyms

        EnumerationValue.Builder synonyms​(Collection<String> synonyms)

        Additional values related to the slot type value.

        Parameters:
        synonyms - Additional values related to the slot type value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • synonyms

        EnumerationValue.Builder synonyms​(String... synonyms)

        Additional values related to the slot type value.

        Parameters:
        synonyms - Additional values related to the slot type value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.