public static interface IntegerValueWhenUnsetConfiguration.Builder extends SdkPojo, CopyableBuilder<IntegerValueWhenUnsetConfiguration.Builder,IntegerValueWhenUnsetConfiguration>
| Modifier and Type | Method and Description |
|---|---|
IntegerValueWhenUnsetConfiguration.Builder |
customValue(Long customValue)
A custom value that's used when the value of a parameter isn't set.
|
IntegerValueWhenUnsetConfiguration.Builder |
valueWhenUnsetOption(String valueWhenUnsetOption)
The built-in options for default values.
|
IntegerValueWhenUnsetConfiguration.Builder |
valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)
The built-in options for default values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntegerValueWhenUnsetConfiguration.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,
ValueWhenUnsetOptionIntegerValueWhenUnsetConfiguration.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,
ValueWhenUnsetOptionIntegerValueWhenUnsetConfiguration.Builder customValue(Long 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.