Interface CollectiveConstantEntry.Builder

    • Method Detail

      • constantType

        CollectiveConstantEntry.Builder constantType​(String constantType)

        The ConstantType of a CollectiveConstantEntry.

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

        CollectiveConstantEntry.Builder constantType​(ConstantType constantType)

        The ConstantType of a CollectiveConstantEntry.

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

        CollectiveConstantEntry.Builder value​(String value)

        The value of a CollectiveConstantEntry.

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