| Constructor and Description |
|---|
AddColumnToSheetBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Column |
build()
Builds the column.
|
AutoNumberFormat |
getAutoNumberFormat()
Gets the format for an auto number column.
|
Format |
getFormat()
Gets the format for a column.
|
Integer |
getIndex()
Gets the index specified for the new column.
|
List<String> |
getOptions()
Gets the option for the column.
|
Boolean |
getPrimary()
Gets the primary status for the column.
|
Symbol |
getSymbol()
Gets the symbol for the column.
|
SystemColumnType |
getSystemColumnType()
Gets the system column type.
|
String |
getTitle()
Gets the title.
|
ColumnType |
getType()
Gets the type for the column.
|
Boolean |
getValidation()
Gets the value of the validation flag
|
Integer |
getWidth()
Gets the width for the column.
|
Column.AddColumnToSheetBuilder |
setAutoNumberFormat(AutoNumberFormat autoNumberFormat)
Sets the format for an auto number column.
|
Column.AddColumnToSheetBuilder |
setFormat(Format format) |
Column.AddColumnToSheetBuilder |
setIndex(Integer index)
Sets the index for the column.
|
Column.AddColumnToSheetBuilder |
setOptions(List<String> options)
Sets the options for the column.
|
Column.AddColumnToSheetBuilder |
setPrimary(Boolean primary)
Sets the primary status for the column.
|
Column.AddColumnToSheetBuilder |
setSymbol(Symbol symbol)
Sets the symbol for the column.
|
Column.AddColumnToSheetBuilder |
setSystemColumnType(SystemColumnType systemColumnType)
Sets the system column type.
|
Column.AddColumnToSheetBuilder |
setTitle(String title)
Sets the title for the column.
|
Column.AddColumnToSheetBuilder |
setType(ColumnType type)
Sets the type for the column.
|
Column.AddColumnToSheetBuilder |
setValidation(Boolean validation)
Sets the value of the validation flag
|
Column.AddColumnToSheetBuilder |
setWidth(Integer width)
Sets the width for the column.
|
public Integer getWidth()
public Column.AddColumnToSheetBuilder setWidth(Integer width)
width - the widthpublic Boolean getPrimary()
public Column.AddColumnToSheetBuilder setPrimary(Boolean primary)
primary - the boolean primarypublic Column.AddColumnToSheetBuilder setTitle(String title)
title - the titlepublic String getTitle()
public Column.AddColumnToSheetBuilder setType(ColumnType type)
type - the typepublic ColumnType getType()
public Column.AddColumnToSheetBuilder setOptions(List<String> options)
options - the optionspublic Column.AddColumnToSheetBuilder setSymbol(Symbol symbol)
symbol - the symbolpublic Symbol getSymbol()
public Column.AddColumnToSheetBuilder setSystemColumnType(SystemColumnType systemColumnType)
systemColumnType - the system column typepublic SystemColumnType getSystemColumnType()
public Column.AddColumnToSheetBuilder setAutoNumberFormat(AutoNumberFormat autoNumberFormat)
autoNumberFormat - the auto number formatpublic AutoNumberFormat getAutoNumberFormat()
public Integer getIndex()
public Column.AddColumnToSheetBuilder setIndex(Integer index)
index - the indexpublic Format getFormat()
public Column.AddColumnToSheetBuilder setFormat(Format format)
format - the format.
Sets the format for a column.public Boolean getValidation()
public Column.AddColumnToSheetBuilder setValidation(Boolean validation)
validation - public Column build()
Copyright © 2014–2019 Smartsheet. All rights reserved.