public static interface DecimalValueWhenUnsetConfiguration.Builder extends SdkPojo, CopyableBuilder<DecimalValueWhenUnsetConfiguration.Builder,DecimalValueWhenUnsetConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DecimalValueWhenUnsetConfiguration.Builder |
customValue(Double customValue)
A custom value that's used when the value of a parameter isn't set.
|
DecimalValueWhenUnsetConfiguration.Builder |
valueWhenUnsetOption(String valueWhenUnsetOption)
The built-in options for default values.
|
DecimalValueWhenUnsetConfiguration.Builder |
valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)
The built-in options for default values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDecimalValueWhenUnsetConfiguration.Builder valueWhenUnsetOption(String valueWhenUnsetOption)
The built-in options for default values. The value can be one of the following:
RECOMMENDED: The recommended value.
NULL: The NULL value.
valueWhenUnsetOption - The built-in options for default values. The value can be one of the following:
RECOMMENDED: The recommended value.
NULL: The NULL value.
ValueWhenUnsetOption,
ValueWhenUnsetOptionDecimalValueWhenUnsetConfiguration.Builder valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)
The built-in options for default values. The value can be one of the following:
RECOMMENDED: The recommended value.
NULL: The NULL value.
valueWhenUnsetOption - The built-in options for default values. The value can be one of the following:
RECOMMENDED: The recommended value.
NULL: The NULL value.
ValueWhenUnsetOption,
ValueWhenUnsetOptionDecimalValueWhenUnsetConfiguration.Builder customValue(Double customValue)
A custom value that's used when the value of a parameter isn't set.
customValue - A custom value that's used when the value of a parameter isn't set.Copyright © 2023. All rights reserved.