Package com.smartsheet.api.models
Class ReportRow
- java.lang.Object
-
- com.smartsheet.api.models.IdentifiableModel<java.lang.Long>
-
- com.smartsheet.api.models.AbstractRow<ReportColumn,ReportCell>
-
- com.smartsheet.api.models.ReportRow
-
public class ReportRow extends AbstractRow<ReportColumn,ReportCell>
Represents the ReportRow object.
-
-
Constructor Summary
Constructors Constructor Description ReportRow()
-
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
-
-