| Constructor and Description |
|---|
UpdateColumnBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Column |
build()
Builds the column.
|
AutoNumberFormat |
getAutoNumberFormat()
Gets the auto number format.
|
Long |
getColumnId()
Gets the column id.
|
Format |
getFormat()
Gets the format
|
int |
getIndex()
Gets the index.
|
List<String> |
getOptions()
Gets the options.
|
Long |
getSheetId()
Gets the sheet id.
|
Symbol |
getSymbol()
Gets the symbol.
|
SystemColumnType |
getSystemColumnType()
Gets the system column type.
|
String |
getTitle()
Gets the title.
|
ColumnType |
getType()
Gets the type.
|
Boolean |
getValidation()
Gets the value of the validation flag
|
Integer |
getWidth()
Gets the width
|
Column.UpdateColumnBuilder |
setAutoNumberFormat(AutoNumberFormat autoNumberFormat)
Sets the format for an auto number column.
|
Column.UpdateColumnBuilder |
setColumnId(Long columnId)
Sets the position for the column.
|
Column.UpdateColumnBuilder |
setFormat(Format format)
Sets the format
|
Column.UpdateColumnBuilder |
setIndex(int index)
Sets the position for the column.
|
Column.UpdateColumnBuilder |
setOptions(List<String> options)
Sets the options for the column.
|
Column.UpdateColumnBuilder |
setSheetId(Long sheetId)
Sets the sheet id.
|
Column.UpdateColumnBuilder |
setSymbol(Symbol symbol)
Sets the symbol for the column.
|
Column.UpdateColumnBuilder |
setSystemColumnType(SystemColumnType systemColumnType)
Sets the system column type for the column.
|
Column.UpdateColumnBuilder |
setTitle(String title)
Sets the title for the column.
|
Column.UpdateColumnBuilder |
setType(ColumnType type)
Sets the type for the column.
|
Column.UpdateColumnBuilder |
setValidation(Boolean validation)
Sets the value of the validation flag
|
Column.UpdateColumnBuilder |
setWidth(Integer width)
Sets the width
|
public Long getColumnId()
public Column.UpdateColumnBuilder setColumnId(Long columnId)
columnId - the columnIdpublic Column.UpdateColumnBuilder setIndex(int index)
index - the positionpublic Column.UpdateColumnBuilder setTitle(String title)
title - the titlepublic Column.UpdateColumnBuilder setType(ColumnType type)
type - the typepublic Column.UpdateColumnBuilder setOptions(List<String> options)
options - the optionspublic Column.UpdateColumnBuilder setSymbol(Symbol symbol)
symbol - the symbolpublic Column.UpdateColumnBuilder setSystemColumnType(SystemColumnType systemColumnType)
systemColumnType - the system column typepublic Column.UpdateColumnBuilder setAutoNumberFormat(AutoNumberFormat autoNumberFormat)
autoNumberFormat - the auto number formatpublic Column.UpdateColumnBuilder setSheetId(Long sheetId)
sheetId - the sheet idpublic Column.UpdateColumnBuilder setFormat(Format format)
format - the formatpublic Column.UpdateColumnBuilder setWidth(Integer width)
width - the widthpublic Column.UpdateColumnBuilder setValidation(Boolean validation)
validation - public int getIndex()
public String getTitle()
public ColumnType getType()
public Symbol getSymbol()
public SystemColumnType getSystemColumnType()
public AutoNumberFormat getAutoNumberFormat()
public Long getSheetId()
public Integer getWidth()
public Format getFormat()
public Boolean getValidation()
public Column build()
Copyright © 2014–2017 Smartsheet. All rights reserved.