Package com.smartsheet.api.models
Class ReportCell
- java.lang.Object
-
- com.smartsheet.api.models.Cell
-
- com.smartsheet.api.models.ReportCell
-
public class ReportCell extends Cell
Represents the ReportCell object.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.smartsheet.api.models.Cell
Cell.AddRowCellsBuilder, Cell.UpdateRowCellsBuilder
-
-
Constructor Summary
Constructors Constructor Description ReportCell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getVirtualColumnId()
Gets the virtual ID of the cell’s column.ReportCell
setVirtualColumnId(java.lang.Long virtualColumnId)
Sets the virtual ID of the cell’s column.-
Methods inherited from class com.smartsheet.api.models.Cell
getColumnId, getColumnType, getConditionalFormat, getDisplayValue, getFormat, getFormula, getHyperlink, getImage, getLinkInFromCell, getLinksOutToCells, getObjectValue, getOverrideValidation, getRowId, getStrict, getType, getValue, setColumnId, setColumnType, setConditionalFormat, setDisplayValue, setFormat, setFormula, setHyperlink, setImage, setLinkInFromCell, setLinksOutToCells, setObjectValue, setOverrideValidation, setRowId, setStrict, setType, setValue
-
-
-
-
Method Detail
-
getVirtualColumnId
public java.lang.Long getVirtualColumnId()
Gets the virtual ID of the cell’s column.- Returns:
- the index
-
setVirtualColumnId
public ReportCell setVirtualColumnId(java.lang.Long virtualColumnId)
Sets the virtual ID of the cell’s column.- Parameters:
virtualColumnId
- the new title
-
-