public static interface CurrencyDisplayFormatConfiguration.Builder extends SdkPojo, CopyableBuilder<CurrencyDisplayFormatConfiguration.Builder,CurrencyDisplayFormatConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default CurrencyDisplayFormatConfiguration.Builder |
decimalPlacesConfiguration(Consumer<DecimalPlacesConfiguration.Builder> decimalPlacesConfiguration)
The option that determines the decimal places configuration.
|
CurrencyDisplayFormatConfiguration.Builder |
decimalPlacesConfiguration(DecimalPlacesConfiguration decimalPlacesConfiguration)
The option that determines the decimal places configuration.
|
default CurrencyDisplayFormatConfiguration.Builder |
negativeValueConfiguration(Consumer<NegativeValueConfiguration.Builder> negativeValueConfiguration)
The options that determine the negative value configuration.
|
CurrencyDisplayFormatConfiguration.Builder |
negativeValueConfiguration(NegativeValueConfiguration negativeValueConfiguration)
The options that determine the negative value configuration.
|
default CurrencyDisplayFormatConfiguration.Builder |
nullValueFormatConfiguration(Consumer<NullValueFormatConfiguration.Builder> nullValueFormatConfiguration)
The options that determine the null value format configuration.
|
CurrencyDisplayFormatConfiguration.Builder |
nullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration)
The options that determine the null value format configuration.
|
CurrencyDisplayFormatConfiguration.Builder |
numberScale(NumberScale numberScale)
Determines the number scale value for the currency format.
|
CurrencyDisplayFormatConfiguration.Builder |
numberScale(String numberScale)
Determines the number scale value for the currency format.
|
CurrencyDisplayFormatConfiguration.Builder |
prefix(String prefix)
Determines the prefix value of the currency format.
|
default CurrencyDisplayFormatConfiguration.Builder |
separatorConfiguration(Consumer<NumericSeparatorConfiguration.Builder> separatorConfiguration)
The options that determine the numeric separator configuration.
|
CurrencyDisplayFormatConfiguration.Builder |
separatorConfiguration(NumericSeparatorConfiguration separatorConfiguration)
The options that determine the numeric separator configuration.
|
CurrencyDisplayFormatConfiguration.Builder |
suffix(String suffix)
Determines the suffix value of the currency format.
|
CurrencyDisplayFormatConfiguration.Builder |
symbol(String symbol)
Determines the symbol for the currency format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCurrencyDisplayFormatConfiguration.Builder prefix(String prefix)
Determines the prefix value of the currency format.
prefix - Determines the prefix value of the currency format.CurrencyDisplayFormatConfiguration.Builder suffix(String suffix)
Determines the suffix value of the currency format.
suffix - Determines the suffix value of the currency format.CurrencyDisplayFormatConfiguration.Builder separatorConfiguration(NumericSeparatorConfiguration separatorConfiguration)
The options that determine the numeric separator configuration.
separatorConfiguration - The options that determine the numeric separator configuration.default CurrencyDisplayFormatConfiguration.Builder separatorConfiguration(Consumer<NumericSeparatorConfiguration.Builder> separatorConfiguration)
The options that determine the numeric separator configuration.
This is a convenience method that creates an instance of theNumericSeparatorConfiguration.Builder
avoiding the need to create one manually via NumericSeparatorConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to separatorConfiguration(NumericSeparatorConfiguration).
separatorConfiguration - a consumer that will call methods on NumericSeparatorConfiguration.BuilderseparatorConfiguration(NumericSeparatorConfiguration)CurrencyDisplayFormatConfiguration.Builder symbol(String symbol)
Determines the symbol for the currency format.
symbol - Determines the symbol for the currency format.CurrencyDisplayFormatConfiguration.Builder decimalPlacesConfiguration(DecimalPlacesConfiguration decimalPlacesConfiguration)
The option that determines the decimal places configuration.
decimalPlacesConfiguration - The option that determines the decimal places configuration.default CurrencyDisplayFormatConfiguration.Builder decimalPlacesConfiguration(Consumer<DecimalPlacesConfiguration.Builder> decimalPlacesConfiguration)
The option that determines the decimal places configuration.
This is a convenience method that creates an instance of theDecimalPlacesConfiguration.Builder
avoiding the need to create one manually via DecimalPlacesConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to decimalPlacesConfiguration(DecimalPlacesConfiguration).
decimalPlacesConfiguration - a consumer that will call methods on DecimalPlacesConfiguration.BuilderdecimalPlacesConfiguration(DecimalPlacesConfiguration)CurrencyDisplayFormatConfiguration.Builder numberScale(String numberScale)
Determines the number scale value for the currency format.
numberScale - Determines the number scale value for the currency format.NumberScale,
NumberScaleCurrencyDisplayFormatConfiguration.Builder numberScale(NumberScale numberScale)
Determines the number scale value for the currency format.
numberScale - Determines the number scale value for the currency format.NumberScale,
NumberScaleCurrencyDisplayFormatConfiguration.Builder negativeValueConfiguration(NegativeValueConfiguration negativeValueConfiguration)
The options that determine the negative value configuration.
negativeValueConfiguration - The options that determine the negative value configuration.default CurrencyDisplayFormatConfiguration.Builder negativeValueConfiguration(Consumer<NegativeValueConfiguration.Builder> negativeValueConfiguration)
The options that determine the negative value configuration.
This is a convenience method that creates an instance of theNegativeValueConfiguration.Builder
avoiding the need to create one manually via NegativeValueConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to negativeValueConfiguration(NegativeValueConfiguration).
negativeValueConfiguration - a consumer that will call methods on NegativeValueConfiguration.BuildernegativeValueConfiguration(NegativeValueConfiguration)CurrencyDisplayFormatConfiguration.Builder nullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration)
The options that determine the null value format configuration.
nullValueFormatConfiguration - The options that determine the null value format configuration.default CurrencyDisplayFormatConfiguration.Builder nullValueFormatConfiguration(Consumer<NullValueFormatConfiguration.Builder> nullValueFormatConfiguration)
The options that determine the null value format configuration.
This is a convenience method that creates an instance of theNullValueFormatConfiguration.Builder
avoiding the need to create one manually via NullValueFormatConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to nullValueFormatConfiguration(NullValueFormatConfiguration).
nullValueFormatConfiguration - a consumer that will call methods on NullValueFormatConfiguration.BuildernullValueFormatConfiguration(NullValueFormatConfiguration)Copyright © 2023. All rights reserved.