public static interface ThousandSeparatorOptions.Builder extends SdkPojo, CopyableBuilder<ThousandSeparatorOptions.Builder,ThousandSeparatorOptions>
| Modifier and Type | Method and Description |
|---|---|
ThousandSeparatorOptions.Builder |
symbol(NumericSeparatorSymbol symbol)
Determines the thousands separator symbol.
|
ThousandSeparatorOptions.Builder |
symbol(String symbol)
Determines the thousands separator symbol.
|
ThousandSeparatorOptions.Builder |
visibility(String visibility)
Determines the visibility of the thousands separator.
|
ThousandSeparatorOptions.Builder |
visibility(Visibility visibility)
Determines the visibility of the thousands separator.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThousandSeparatorOptions.Builder symbol(String symbol)
Determines the thousands separator symbol.
symbol - Determines the thousands separator symbol.NumericSeparatorSymbol,
NumericSeparatorSymbolThousandSeparatorOptions.Builder symbol(NumericSeparatorSymbol symbol)
Determines the thousands separator symbol.
symbol - Determines the thousands separator symbol.NumericSeparatorSymbol,
NumericSeparatorSymbolThousandSeparatorOptions.Builder visibility(String visibility)
Determines the visibility of the thousands separator.
visibility - Determines the visibility of the thousands separator.Visibility,
VisibilityThousandSeparatorOptions.Builder visibility(Visibility visibility)
Determines the visibility of the thousands separator.
visibility - Determines the visibility of the thousands separator.Visibility,
VisibilityCopyright © 2023. All rights reserved.