public static interface DisplayFormatOptions.Builder extends SdkPojo, CopyableBuilder<DisplayFormatOptions.Builder,DisplayFormatOptions>
| Modifier and Type | Method and Description |
|---|---|
DisplayFormatOptions.Builder |
blankCellFormat(String blankCellFormat)
Determines the blank cell format.
|
DisplayFormatOptions.Builder |
currencySymbol(String currencySymbol)
The currency symbol, such as
USD. |
DisplayFormatOptions.Builder |
dateFormat(String dateFormat)
Determines the
DateTime format. |
DisplayFormatOptions.Builder |
decimalSeparator(String decimalSeparator)
Determines the decimal separator.
|
DisplayFormatOptions.Builder |
decimalSeparator(TopicNumericSeparatorSymbol decimalSeparator)
Determines the decimal separator.
|
DisplayFormatOptions.Builder |
fractionDigits(Integer fractionDigits)
Determines the number of fraction digits.
|
DisplayFormatOptions.Builder |
groupingSeparator(String groupingSeparator)
Determines the grouping separator.
|
default DisplayFormatOptions.Builder |
negativeFormat(Consumer<NegativeFormat.Builder> negativeFormat)
The negative format.
|
DisplayFormatOptions.Builder |
negativeFormat(NegativeFormat negativeFormat)
The negative format.
|
DisplayFormatOptions.Builder |
prefix(String prefix)
The prefix value for a display format.
|
DisplayFormatOptions.Builder |
suffix(String suffix)
The suffix value for a display format.
|
DisplayFormatOptions.Builder |
unitScaler(NumberScale unitScaler)
The unit scaler.
|
DisplayFormatOptions.Builder |
unitScaler(String unitScaler)
The unit scaler.
|
DisplayFormatOptions.Builder |
useBlankCellFormat(Boolean useBlankCellFormat)
A Boolean value that indicates whether to use blank cell format.
|
DisplayFormatOptions.Builder |
useGrouping(Boolean useGrouping)
A Boolean value that indicates whether to use grouping.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDisplayFormatOptions.Builder useBlankCellFormat(Boolean useBlankCellFormat)
A Boolean value that indicates whether to use blank cell format.
useBlankCellFormat - A Boolean value that indicates whether to use blank cell format.DisplayFormatOptions.Builder blankCellFormat(String blankCellFormat)
Determines the blank cell format.
blankCellFormat - Determines the blank cell format.DisplayFormatOptions.Builder dateFormat(String dateFormat)
Determines the DateTime format.
dateFormat - Determines the DateTime format.DisplayFormatOptions.Builder decimalSeparator(String decimalSeparator)
Determines the decimal separator.
decimalSeparator - Determines the decimal separator.TopicNumericSeparatorSymbol,
TopicNumericSeparatorSymbolDisplayFormatOptions.Builder decimalSeparator(TopicNumericSeparatorSymbol decimalSeparator)
Determines the decimal separator.
decimalSeparator - Determines the decimal separator.TopicNumericSeparatorSymbol,
TopicNumericSeparatorSymbolDisplayFormatOptions.Builder groupingSeparator(String groupingSeparator)
Determines the grouping separator.
groupingSeparator - Determines the grouping separator.DisplayFormatOptions.Builder useGrouping(Boolean useGrouping)
A Boolean value that indicates whether to use grouping.
useGrouping - A Boolean value that indicates whether to use grouping.DisplayFormatOptions.Builder fractionDigits(Integer fractionDigits)
Determines the number of fraction digits.
fractionDigits - Determines the number of fraction digits.DisplayFormatOptions.Builder prefix(String prefix)
The prefix value for a display format.
prefix - The prefix value for a display format.DisplayFormatOptions.Builder suffix(String suffix)
The suffix value for a display format.
suffix - The suffix value for a display format.DisplayFormatOptions.Builder unitScaler(String unitScaler)
The unit scaler. Valid values for this structure are: NONE, AUTO,
THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
unitScaler - The unit scaler. Valid values for this structure are: NONE, AUTO,
THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.NumberScale,
NumberScaleDisplayFormatOptions.Builder unitScaler(NumberScale unitScaler)
The unit scaler. Valid values for this structure are: NONE, AUTO,
THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
unitScaler - The unit scaler. Valid values for this structure are: NONE, AUTO,
THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.NumberScale,
NumberScaleDisplayFormatOptions.Builder negativeFormat(NegativeFormat negativeFormat)
The negative format.
negativeFormat - The negative format.default DisplayFormatOptions.Builder negativeFormat(Consumer<NegativeFormat.Builder> negativeFormat)
The negative format.
This is a convenience method that creates an instance of theNegativeFormat.Builder avoiding the need
to create one manually via NegativeFormat.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to negativeFormat(NegativeFormat).
negativeFormat - a consumer that will call methods on NegativeFormat.BuildernegativeFormat(NegativeFormat)DisplayFormatOptions.Builder currencySymbol(String currencySymbol)
The currency symbol, such as USD.
currencySymbol - The currency symbol, such as USD.Copyright © 2023. All rights reserved.