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