public class CellHistory extends Cell
Cell.AddRowCellsBuilder, Cell.UpdateRowCellsBuilder| Constructor and Description |
|---|
CellHistory() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getModifiedAt()
Gets the date the cell was modified.
|
User |
getModifiedBy()
Gets the user that modified the cell.
|
CellHistory |
setModifiedAt(Date modifiedAt)
Sets the modified Date for the cell.
|
CellHistory |
setModifiedBy(User modifiedBy)
Sets the user that modified the 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, setValuepublic Date getModifiedAt()
public CellHistory setModifiedAt(Date modifiedAt)
modifiedAt - the new modified atpublic User getModifiedBy()
public CellHistory setModifiedBy(User modifiedBy)
modifiedBy - the new modified byCopyright © 2014–2019 Smartsheet. All rights reserved.