public static interface PercentageDisplayFormatConfiguration.Builder extends SdkPojo, CopyableBuilder<PercentageDisplayFormatConfiguration.Builder,PercentageDisplayFormatConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPercentageDisplayFormatConfiguration.Builder prefix(String prefix)
Determines the prefix value of the percentage format.
prefix - Determines the prefix value of the percentage format.PercentageDisplayFormatConfiguration.Builder suffix(String suffix)
Determines the suffix value of the percentage format.
suffix - Determines the suffix value of the percentage format.PercentageDisplayFormatConfiguration.Builder separatorConfiguration(NumericSeparatorConfiguration separatorConfiguration)
The options that determine the numeric separator configuration.
separatorConfiguration - The options that determine the numeric separator configuration.default PercentageDisplayFormatConfiguration.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)PercentageDisplayFormatConfiguration.Builder decimalPlacesConfiguration(DecimalPlacesConfiguration decimalPlacesConfiguration)
The option that determines the decimal places configuration.
decimalPlacesConfiguration - The option that determines the decimal places configuration.default PercentageDisplayFormatConfiguration.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)PercentageDisplayFormatConfiguration.Builder negativeValueConfiguration(NegativeValueConfiguration negativeValueConfiguration)
The options that determine the negative value configuration.
negativeValueConfiguration - The options that determine the negative value configuration.default PercentageDisplayFormatConfiguration.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)PercentageDisplayFormatConfiguration.Builder nullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration)
The options that determine the null value format configuration.
nullValueFormatConfiguration - The options that determine the null value format configuration.default PercentageDisplayFormatConfiguration.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.