| Package | Description |
|---|---|
| com.smartsheet.api.models.format |
| Modifier and Type | Field and Description |
|---|---|
static DecimalCount |
DecimalCount.DEFAULT
The default setting when the
Format for DecimalCount is null; |
| Modifier and Type | Method and Description |
|---|---|
DecimalCount |
Format.getDecimalCount() |
static DecimalCount |
DecimalCount.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecimalCount[] |
DecimalCount.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Format.FormatBuilder |
Format.FormatBuilder.withDecimalCount(DecimalCount value)
Sets the decimal count of the format
|
Copyright © 2014–2017 Smartsheet. All rights reserved.