public static interface DecimalDefaultValues.Builder extends SdkPojo, CopyableBuilder<DecimalDefaultValues.Builder,DecimalDefaultValues>
| Modifier and Type | Method and Description |
|---|---|
default DecimalDefaultValues.Builder |
dynamicValue(Consumer<DynamicDefaultValue.Builder> dynamicValue)
The dynamic value of the
DecimalDefaultValues. |
DecimalDefaultValues.Builder |
dynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the
DecimalDefaultValues. |
DecimalDefaultValues.Builder |
staticValues(Collection<Double> staticValues)
The static values of the
DecimalDefaultValues. |
DecimalDefaultValues.Builder |
staticValues(Double... staticValues)
The static values of the
DecimalDefaultValues. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDecimalDefaultValues.Builder dynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to
users, groups, and values mapping.
dynamicValue - The dynamic value of the DecimalDefaultValues. Different defaults are displayed according
to users, groups, and values mapping.default DecimalDefaultValues.Builder dynamicValue(Consumer<DynamicDefaultValue.Builder> dynamicValue)
The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to
users, groups, and values mapping.
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).
dynamicValue - a consumer that will call methods on DynamicDefaultValue.BuilderdynamicValue(DynamicDefaultValue)DecimalDefaultValues.Builder staticValues(Collection<Double> staticValues)
The static values of the DecimalDefaultValues.
staticValues - The static values of the DecimalDefaultValues.DecimalDefaultValues.Builder staticValues(Double... staticValues)
The static values of the DecimalDefaultValues.
staticValues - The static values of the DecimalDefaultValues.Copyright © 2023. All rights reserved.