Interface AllowedValue.Builder

    • Method Detail

      • description

        AllowedValue.Builder description​(String description)

        A description of the allowed value.

        Parameters:
        description - A description of the allowed value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        AllowedValue.Builder value​(String value)

        The value allowed for the property.

        Parameters:
        value - The value allowed for the property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.