Interface DecimalDefaultValues.Builder

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

public static interface DecimalDefaultValues.Builder extends SdkPojo, CopyableBuilder<DecimalDefaultValues.Builder,DecimalDefaultValues>
  • Method Details

    • dynamicValue

      The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

      Parameters:
      dynamicValue - The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dynamicValue

      The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

      This is a convenience method that creates an instance of the DynamicDefaultValue.Builder avoiding the need to create one manually via DynamicDefaultValue.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dynamicValue(DynamicDefaultValue).

      Parameters:
      dynamicValue - a consumer that will call methods on DynamicDefaultValue.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • staticValues

      DecimalDefaultValues.Builder staticValues(Collection<Double> staticValues)

      The static values of the DecimalDefaultValues.

      Parameters:
      staticValues - The static values of the DecimalDefaultValues.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • staticValues

      DecimalDefaultValues.Builder staticValues(Double... staticValues)

      The static values of the DecimalDefaultValues.

      Parameters:
      staticValues - The static values of the DecimalDefaultValues.
      Returns:
      Returns a reference to this object so that method calls can be chained together.