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