Package com.smartsheet.api.models
Class Row
- java.lang.Object
-
- com.smartsheet.api.models.IdentifiableModel<java.lang.Long>
-
- com.smartsheet.api.models.AbstractRow<Column,Cell>
-
- com.smartsheet.api.models.Row
-
public class Row extends AbstractRow<Column,Cell>
Represents the Row object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Row.AddRowBuilder
A convenience class for creating aRowWrapper
with the necessary fields for inserting aRow
or set of rows.static class
Row.UpdateRowBuilder
-
Method Summary
-
Methods inherited from class com.smartsheet.api.models.AbstractRow
getAbove, getAccessLevel, getAttachments, getCells, getColumnById, getColumnByIndex, getColumns, getConditionalFormat, getCreatedAt, getCreatedBy, getDiscussions, getFormat, getId, getIndent, getModifiedAt, getModifiedBy, getOutdent, getParentId, getParentRowNumber, getPermalink, getRowId, 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, setRowId, setRowNumber, setSheetId, setSiblingId, setToBottom, setToTop, setVersion
-
Methods inherited from class com.smartsheet.api.models.IdentifiableModel
equals, hashCode
-
-