Package com.smartsheet.api.models
Class ReportColumn
- java.lang.Object
-
- com.smartsheet.api.models.IdentifiableModel<java.lang.Long>
-
- com.smartsheet.api.models.Column
-
- com.smartsheet.api.models.ReportColumn
-
public class ReportColumn extends Column
Represents the “virtual” Column object for Report.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.smartsheet.api.models.Column
Column.AddColumnToSheetBuilder, Column.UpdateColumnBuilder
-
-
Constructor Summary
Constructors Constructor Description ReportColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getSheetNameColumn()
Gets the sheet name for the column.java.lang.Long
getVirtualId()
Gets the virtual id for the column.ReportColumn
setSheetNameColumn(boolean sheetNameColumn)
Sets the sheet name for the column.ReportColumn
setVirtualId(java.lang.Long virtualId)
Sets the virtual id for the column.-
Methods inherited from class com.smartsheet.api.models.Column
getAutoNumberFormat, getContactOptions, getDescription, getFormat, getFormula, getHidden, getIndex, getOptions, getPrimary, getSymbol, getSystemColumnType, getTags, getTitle, getType, getValidation, getVersion, getWidth, isLocked, isLockedForUser, setAutoNumberFormat, setContactOptions, setDescription, setFormat, setFormula, setHidden, setIndex, setLocked, setLockedForUser, setOptions, setPrimary, setSymbol, setSystemColumnType, setTags, setTitle, setType, setValidation, setVersion, setWidth
-
Methods inherited from class com.smartsheet.api.models.IdentifiableModel
equals, getId, hashCode, setId
-
-
-
-
Method Detail
-
getSheetNameColumn
public boolean getSheetNameColumn()
Gets the sheet name for the column.- Returns:
- the sheet name
-
setSheetNameColumn
public ReportColumn setSheetNameColumn(boolean sheetNameColumn)
Sets the sheet name for the column.- Parameters:
sheetNameColumn
- the sheetname for column
-
getVirtualId
public java.lang.Long getVirtualId()
Gets the virtual id for the column.- Returns:
- the virtual id
-
setVirtualId
public ReportColumn setVirtualId(java.lang.Long virtualId)
Sets the virtual id for the column.- Parameters:
virtualId
- the virtual id
-
-