| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSheet<TRow extends AbstractRow<TColumn,TCell>,TColumn extends Column,TCell extends Cell> |
| Modifier and Type | Class and Description |
|---|---|
class |
ReportRow
Represents the ReportRow object.
|
class |
Row
Represents the Row object.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRow<TColumn,TCell> |
AbstractRow.setAbove(Boolean above)
Sets the above
|
AbstractRow<TColumn,TCell> |
AbstractRow.setAccessLevel(AccessLevel accessLevel)
Sets the user's permissions on the sheet.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setAttachments(List<Attachment> attachments)
Sets the attachments.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setCells(List<TCell> cells)
Sets the cells.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setColumns(List<TColumn> columns)
Sets the columns.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setConditionalFormat(Format conditionalFormat)
Sets the conditional format of the row.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setCreatedAt(Date createdAt)
Sets the date and time a row was created.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setDiscussions(List<Discussion> discussions)
Sets the discussions.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setExpanded(Boolean expanded)
Sets the row to be expanded.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setFilteredOut(Boolean filteredOut)
Sets the row to be filtered out.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setFormat(Format format) |
AbstractRow<TColumn,TCell> |
AbstractRow.setInCriticalPath(Boolean inCriticalPath)
Sets the row to be in critical path.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setIndent(Integer indent)
Sets integer value specifying the number of levels to indent this row (update only).
|
AbstractRow<TColumn,TCell> |
AbstractRow.setLocked(Boolean locked) |
AbstractRow<TColumn,TCell> |
AbstractRow.setLockedForUser(Boolean lockedForUser) |
AbstractRow<TColumn,TCell> |
AbstractRow.setModifiedAt(Date modifiedAt)
Sets the date and time a row was modified.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setOutdent(Integer outdent)
Sets integer value specifying the number of levels to outdent this row (update only).
|
AbstractRow<TColumn,TCell> |
AbstractRow.setParentId(Long parentId)
Sets the parent row id.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setParentRowNumber(Integer parentRowNumber)
Sets the parent row number.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setPermalink(String permalink)
Sets the parmalink URL.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setRowNumber(Integer rowNumber)
Sets the row number.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setSheetId(Long sheetId)
Sets the sheet id.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setSiblingId(Long siblingId)
Sets the sibling row id.
|
AbstractRow<TColumn,TCell> |
AbstractRow.setToBottom(Boolean toBottom)
Sets the to bottom
|
AbstractRow<TColumn,TCell> |
AbstractRow.setToTop(Boolean toTop)
Sets the to top
|
AbstractRow<TColumn,TCell> |
AbstractRow.setVersion(Integer version)
Sets the version number that is incremented every time a sheet is modified..
|
Copyright © 2014–2017 Smartsheet. All rights reserved.