public static interface NumericSeparatorConfiguration.Builder extends SdkPojo, CopyableBuilder<NumericSeparatorConfiguration.Builder,NumericSeparatorConfiguration>
| Modifier and Type | Method and Description |
|---|---|
NumericSeparatorConfiguration.Builder |
decimalSeparator(NumericSeparatorSymbol decimalSeparator)
Determines the decimal separator.
|
NumericSeparatorConfiguration.Builder |
decimalSeparator(String decimalSeparator)
Determines the decimal separator.
|
default NumericSeparatorConfiguration.Builder |
thousandsSeparator(Consumer<ThousandSeparatorOptions.Builder> thousandsSeparator)
The options that determine the thousands separator configuration.
|
NumericSeparatorConfiguration.Builder |
thousandsSeparator(ThousandSeparatorOptions thousandsSeparator)
The options that determine the thousands separator configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNumericSeparatorConfiguration.Builder decimalSeparator(String decimalSeparator)
Determines the decimal separator.
decimalSeparator - Determines the decimal separator.NumericSeparatorSymbol,
NumericSeparatorSymbolNumericSeparatorConfiguration.Builder decimalSeparator(NumericSeparatorSymbol decimalSeparator)
Determines the decimal separator.
decimalSeparator - Determines the decimal separator.NumericSeparatorSymbol,
NumericSeparatorSymbolNumericSeparatorConfiguration.Builder thousandsSeparator(ThousandSeparatorOptions thousandsSeparator)
The options that determine the thousands separator configuration.
thousandsSeparator - The options that determine the thousands separator configuration.default NumericSeparatorConfiguration.Builder thousandsSeparator(Consumer<ThousandSeparatorOptions.Builder> thousandsSeparator)
The options that determine the thousands separator configuration.
This is a convenience method that creates an instance of theThousandSeparatorOptions.Builder
avoiding the need to create one manually via ThousandSeparatorOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to thousandsSeparator(ThousandSeparatorOptions).
thousandsSeparator - a consumer that will call methods on ThousandSeparatorOptions.BuilderthousandsSeparator(ThousandSeparatorOptions)Copyright © 2023. All rights reserved.