| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
List<CellHistory> |
RowResources.getCellHistory(long rowId,
long columnId)
Get the cell modification history.
|
PagedResult<CellHistory> |
RowColumnResources.getCellHistory(long sheetId,
long rowId,
long columnId,
PaginationParameters pagination)
Get the cell modification history.
|
PagedResult<CellHistory> |
RowColumnResources.getCellHistory(long sheetId,
long rowId,
long columnId,
PaginationParameters pagination,
EnumSet<CellHistoryInclusion> includes,
Integer level)
Get the cell modification history.
|
| Modifier and Type | Method and Description |
|---|---|
CellHistory |
CellHistory.setModifiedAt(Date modifiedAt)
Sets the modified Date for the cell.
|
CellHistory |
CellHistory.setModifiedBy(User modifiedBy)
Sets the user that modified the cell.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.