public static interface NumberDisplayFormatConfiguration.Builder extends SdkPojo, CopyableBuilder<NumberDisplayFormatConfiguration.Builder,NumberDisplayFormatConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default NumberDisplayFormatConfiguration.Builder |
decimalPlacesConfiguration(Consumer<DecimalPlacesConfiguration.Builder> decimalPlacesConfiguration)
The option that determines the decimal places configuration.
|
NumberDisplayFormatConfiguration.Builder |
decimalPlacesConfiguration(DecimalPlacesConfiguration decimalPlacesConfiguration)
The option that determines the decimal places configuration.
|
default NumberDisplayFormatConfiguration.Builder |
negativeValueConfiguration(Consumer<NegativeValueConfiguration.Builder> negativeValueConfiguration)
The options that determine the negative value configuration.
|
NumberDisplayFormatConfiguration.Builder |
negativeValueConfiguration(NegativeValueConfiguration negativeValueConfiguration)
The options that determine the negative value configuration.
|
default NumberDisplayFormatConfiguration.Builder |
nullValueFormatConfiguration(Consumer<NullValueFormatConfiguration.Builder> nullValueFormatConfiguration)
The options that determine the null value format configuration.
|
NumberDisplayFormatConfiguration.Builder |
nullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration)
The options that determine the null value format configuration.
|
NumberDisplayFormatConfiguration.Builder |
numberScale(NumberScale numberScale)
Determines the number scale value of the number format.
|
NumberDisplayFormatConfiguration.Builder |
numberScale(String numberScale)
Determines the number scale value of the number format.
|
NumberDisplayFormatConfiguration.Builder |
prefix(String prefix)
Determines the prefix value of the number format.
|
default NumberDisplayFormatConfiguration.Builder |
separatorConfiguration(Consumer<NumericSeparatorConfiguration.Builder> separatorConfiguration)
The options that determine the numeric separator configuration.
|
NumberDisplayFormatConfiguration.Builder |
separatorConfiguration(NumericSeparatorConfiguration separatorConfiguration)
The options that determine the numeric separator configuration.
|
NumberDisplayFormatConfiguration.Builder |
suffix(String suffix)
Determines the suffix value of the number format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNumberDisplayFormatConfiguration.Builder prefix(String prefix)
Determines the prefix value of the number format.
prefix - Determines the prefix value of the number format.NumberDisplayFormatConfiguration.Builder suffix(String suffix)
Determines the suffix value of the number format.
suffix - Determines the suffix value of the number format.NumberDisplayFormatConfiguration.Builder separatorConfiguration(NumericSeparatorConfiguration separatorConfiguration)
The options that determine the numeric separator configuration.
separatorConfiguration - The options that determine the numeric separator configuration.default NumberDisplayFormatConfiguration.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)NumberDisplayFormatConfiguration.Builder decimalPlacesConfiguration(DecimalPlacesConfiguration decimalPlacesConfiguration)
The option that determines the decimal places configuration.
decimalPlacesConfiguration - The option that determines the decimal places configuration.default NumberDisplayFormatConfiguration.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)NumberDisplayFormatConfiguration.Builder numberScale(String numberScale)
Determines the number scale value of the number format.
numberScale - Determines the number scale value of the number format.NumberScale,
NumberScaleNumberDisplayFormatConfiguration.Builder numberScale(NumberScale numberScale)
Determines the number scale value of the number format.
numberScale - Determines the number scale value of the number format.NumberScale,
NumberScaleNumberDisplayFormatConfiguration.Builder negativeValueConfiguration(NegativeValueConfiguration negativeValueConfiguration)
The options that determine the negative value configuration.
negativeValueConfiguration - The options that determine the negative value configuration.default NumberDisplayFormatConfiguration.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)NumberDisplayFormatConfiguration.Builder nullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration)
The options that determine the null value format configuration.
nullValueFormatConfiguration - The options that determine the null value format configuration.default NumberDisplayFormatConfiguration.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.