public class Row extends AbstractRow<Column,Cell>
| Modifier and Type | Class and Description |
|---|---|
static class |
Row.AddRowBuilder
A convenience class for creating a
RowWrapper with the necessary fields for inserting a Row or
set of rows. |
static class |
Row.UpdateRowBuilder |
| Constructor and Description |
|---|
Row()
Default constructor
|
Row(Long id)
Construct a Row with specified id
|
getAbove, getAccessLevel, getAttachments, getCells, getColumnById, getColumnByIndex, getColumns, getConditionalFormat, getCreatedAt, getCreatedBy, getDiscussions, getFormat, getId, getIndent, getModifiedAt, getModifiedBy, getOutdent, getParentId, getParentRowNumber, getPermalink, getRowNumber, getSheetId, getSiblingId, getToBottom, getToTop, getVersion, isExpanded, isFilteredOut, isInCriticalPath, isLocked, isLockedForUser, setAbove, setAccessLevel, setAttachments, setCells, setColumns, setConditionalFormat, setCreatedAt, setDiscussions, setExpanded, setFilteredOut, setFormat, setId, setInCriticalPath, setIndent, setLocked, setLockedForUser, setModifiedAt, setOutdent, setParentId, setParentRowNumber, setPermalink, setRowNumber, setSheetId, setSiblingId, setToBottom, setToTop, setVersionequals, hashCodepublic Row()
public Row(Long id)
id - Row idCopyright © 2014–2019 Smartsheet. All rights reserved.