Interface CollectiveConstantEntry.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CollectiveConstantEntry.Builder,CollectiveConstantEntry>, SdkBuilder<CollectiveConstantEntry.Builder,CollectiveConstantEntry>, SdkPojo
Enclosing class:
CollectiveConstantEntry

public static interface CollectiveConstantEntry.Builder extends SdkPojo, CopyableBuilder<CollectiveConstantEntry.Builder,CollectiveConstantEntry>
  • 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.