| Package | Description |
|---|---|
| com.smartsheet.api.models | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnTag> |
Column.getTags()
Gets the tags that indicate a special type of column.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.setTags(List<ColumnTag> tags)
Sets the tags to indicate a special type of column.
|
| Modifier and Type | Method and Description |
|---|---|
static ColumnTag |
ColumnTag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnTag[] |
ColumnTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.