Interface CollectiveConstantEntry.Builder

  • Method Details

    • 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

      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:
    • 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.