| Package | Description |
|---|---|
| com.smartsheet.api.models | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
Symbol |
Column.getSymbol()
Gets the symbol for the column.
|
Symbol |
Column.AddColumnToSheetBuilder.getSymbol()
Gets the symbol for the column.
|
Symbol |
Column.UpdateColumnBuilder.getSymbol()
Gets the symbol.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.setSymbol(Symbol symbol)
Sets the symbol for the column.
|
Column.AddColumnToSheetBuilder |
Column.AddColumnToSheetBuilder.setSymbol(Symbol symbol)
Sets the symbol for the column.
|
Column.UpdateColumnBuilder |
Column.UpdateColumnBuilder.setSymbol(Symbol symbol)
Sets the symbol for the column.
|
| Modifier and Type | Method and Description |
|---|---|
static Symbol |
Symbol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Symbol[] |
Symbol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.