Interface TopicConstantValue.Builder

    • Method Detail

      • constantType

        TopicConstantValue.Builder constantType​(String constantType)

        The constant type of a TopicConstantValue.

        Parameters:
        constantType - The constant type of a TopicConstantValue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConstantType, ConstantType
      • constantType

        TopicConstantValue.Builder constantType​(ConstantType constantType)

        The constant type of a TopicConstantValue.

        Parameters:
        constantType - The constant type of a TopicConstantValue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConstantType, ConstantType
      • value

        TopicConstantValue.Builder value​(String value)

        The value of the TopicConstantValue.

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

        TopicConstantValue.Builder minimum​(String minimum)

        The minimum for the TopicConstantValue.

        Parameters:
        minimum - The minimum for the TopicConstantValue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maximum

        TopicConstantValue.Builder maximum​(String maximum)

        The maximum for the TopicConstantValue.

        Parameters:
        maximum - The maximum for the TopicConstantValue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • valueList

        TopicConstantValue.Builder valueList​(Collection<CollectiveConstantEntry> valueList)

        The value list of the TopicConstantValue.

        Parameters:
        valueList - The value list of the TopicConstantValue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • valueList

        TopicConstantValue.Builder valueList​(CollectiveConstantEntry... valueList)

        The value list of the TopicConstantValue.

        Parameters:
        valueList - The value list of the TopicConstantValue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.