| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Column |
SheetColumnResources.getColumn(long sheetId,
long columnId,
EnumSet<ColumnInclusion> includes)
Gets the Column specified in the URL.
|
Column |
ColumnResources.updateColumn(Column column)
Deprecated.
As of release 2.0
|
Column |
SheetColumnResources.updateColumn(long sheetId,
Column column)
Update a column.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
SheetColumnResources.addColumns(long sheetId,
List<Column> columns)
Add column to a sheet.
|
PagedResult<Column> |
SheetColumnResources.listColumns(long sheetId,
EnumSet<ColumnInclusion> includes,
PaginationParameters pagination)
List columns of a given sheet.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
ColumnResources.updateColumn(Column column)
Deprecated.
As of release 2.0
|
Column |
SheetColumnResources.updateColumn(long sheetId,
Column column)
Update a column.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
SheetColumnResources.addColumns(long sheetId,
List<Column> columns)
Add column to a sheet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRow<TColumn extends Column,TCell extends Cell> |
class |
AbstractSheet<TRow extends AbstractRow<TColumn,TCell>,TColumn extends Column,TCell extends Cell> |
| Modifier and Type | Class and Description |
|---|---|
class |
ReportColumn
Represents the “virtual” Column object for Report.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.AddColumnToSheetBuilder.build()
Builds the column.
|
Column |
Column.UpdateColumnBuilder.build()
Builds the column.
|
Column |
Column.setAutoNumberFormat(AutoNumberFormat autoNumberFormat)
Sets the format for the auto generated numbers.
|
Column |
Column.setContactOptions(List<Contact> contactOptions)
Sets the list of contact options
|
Column |
Column.setDescription(String description)
Sets the column description
|
Column |
Column.setFormat(Format format) |
Column |
Column.setHidden(Boolean hidden)
Sets the hidden flag.
|
Column |
Column.setIndex(Integer index)
Sets the position of the column.
|
Column |
Column.setLocked(Boolean locked)
Sets the locked flag
|
Column |
Column.setLockedForUser(Boolean lockedForUser)
Sets the locked for user flag
|
Column |
Column.setOptions(List<String> options)
Sets the list of options for the column.
|
Column |
Column.setPrimary(Boolean primary)
Sets the primary flag for the column.
|
Column |
Column.setSymbol(Symbol symbol)
Sets the symbol for the column.
|
Column |
Column.setSystemColumnType(SystemColumnType systemColumnType)
Sets the system column type.
|
Column |
Column.setTags(List<ColumnTag> tags)
Sets the tags to indicate a special type of column.
|
Column |
Column.setTitle(String title)
Sets the title for the column.
|
Column |
Column.setType(ColumnType type)
Sets the column type.
|
Column |
Column.setValidation(Boolean validation)
Sets the value of the validation flag
|
Column |
Column.setVersion(Integer version)
Sets the column compatibility version
|
Column |
Column.setWidth(Integer width)
Sets the width
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
CellLinkWidgetContent.getColumns()
Gets the array of columns
|
List<Column> |
Sheet.CreateSheetBuilder.getColumns()
Returns the list of columns.
|
| Modifier and Type | Method and Description |
|---|---|
CellLinkWidgetContent |
CellLinkWidgetContent.setColumns(List<Column> columns)
Sets the array of columns
|
Sheet.CreateSheetBuilder |
Sheet.CreateSheetBuilder.setColumns(List<Column> columns)
Sets the columns for the sheet being created.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.