| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
Column |
SheetColumnResources.getColumn(long sheetId,
long columnId,
EnumSet<ColumnInclusion> includes)
Gets the Column specified in the URL.
|
PagedResult<Column> |
SheetColumnResources.listColumns(long sheetId,
EnumSet<ColumnInclusion> includes,
PaginationParameters pagination)
List columns of a given sheet.
|
| Modifier and Type | Method and Description |
|---|---|
static ColumnInclusion |
ColumnInclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnInclusion[] |
ColumnInclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.