Package com.smartsheet.api.models
Class CellHistory
- java.lang.Object
-
- com.smartsheet.api.models.Cell
-
- com.smartsheet.api.models.CellHistory
-
public class CellHistory extends Cell
Represents CellHistory object.- See Also:
- Cell History Documentation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.smartsheet.api.models.Cell
Cell.AddRowCellsBuilder, Cell.UpdateRowCellsBuilder
-
-
Constructor Summary
Constructors Constructor Description CellHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getModifiedAt()
Gets the date the cell was modified.User
getModifiedBy()
Gets the user that modified the cell.CellHistory
setModifiedAt(java.util.Date modifiedAt)
Sets the modified Date for the cell.CellHistory
setModifiedBy(User modifiedBy)
Sets the user that modified the cell.-
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
-
getModifiedAt
public java.util.Date getModifiedAt()
Gets the date the cell was modified.- Returns:
- the modified at
-
setModifiedAt
public CellHistory setModifiedAt(java.util.Date modifiedAt)
Sets the modified Date for the cell.- Parameters:
modifiedAt
- the new modified at
-
getModifiedBy
public User getModifiedBy()
Gets the user that modified the cell.- Returns:
- the modified by
-
setModifiedBy
public CellHistory setModifiedBy(User modifiedBy)
Sets the user that modified the cell.- Parameters:
modifiedBy
- the new modified by
-
-