| Constructor and Description |
|---|
AbstractRow() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAbove()
Gets the above.
|
AccessLevel |
getAccessLevel()
Gets the user's permissions on the sheet.
|
List<Attachment> |
getAttachments()
Gets the attachments.
|
List<TCell> |
getCells()
Gets the cells.
|
TColumn |
getColumnById(long columnId)
Get a column by it's ID.
|
TColumn |
getColumnByIndex(int index)
Get a column by it's index.
|
List<TColumn> |
getColumns()
Gets the columns.
|
Format |
getConditionalFormat() |
Date |
getCreatedAt()
Gets the date and time a row was created.
|
User |
getCreatedBy()
Gets the User object containing name and email of the creator of this row.
|
List<Discussion> |
getDiscussions()
Gets the discussions.
|
Format |
getFormat() |
Long |
getId()
Gets the id.
|
Integer |
getIndent()
Get integer value specifying the number of levels to indent this row (update only).
|
Date |
getModifiedAt()
Gets the date and time a row was modified.
|
User |
getModifiedBy()
Gets the User object containing name and email of the last person to modify this row.
|
Integer |
getOutdent()
Get integer value specifying the number of levels to outdent this row (update only).
|
Long |
getParentId()
Gets the row's parent ID.
|
Integer |
getParentRowNumber()
Gets the parent row number.
|
String |
getPermalink()
Gets the row's permalink URL.
|
Integer |
getRowNumber()
Gets the row number.
|
Long |
getSheetId()
Gets the id of the sheet.
|
Long |
getSiblingId()
Gets the row's sibling ID.
|
Boolean |
getToBottom()
Gets the to bottom.
|
Boolean |
getToTop()
Gets the to top.
|
Integer |
getVersion()
Gets the version number that is incremented every time a sheet is modified.
|
Boolean |
isExpanded()
Checks if the row is expanded.
|
Boolean |
isFilteredOut()
Check if the row is filtered out
|
Boolean |
isInCriticalPath()
Check if the row is in critical path
|
Boolean |
isLocked()
Indicates whether a row is locked or not.
|
Boolean |
isLockedForUser()
Indicates whether a row is locked for the user.
|
AbstractRow<TColumn,TCell> |
setAbove(Boolean above)
Sets the above
|
AbstractRow<TColumn,TCell> |
setAccessLevel(AccessLevel accessLevel)
Sets the user's permissions on the sheet.
|
AbstractRow<TColumn,TCell> |
setAttachments(List<Attachment> attachments)
Sets the attachments.
|
AbstractRow<TColumn,TCell> |
setCells(List<TCell> cells)
Sets the cells.
|
AbstractRow<TColumn,TCell> |
setColumns(List<TColumn> columns)
Sets the columns.
|
AbstractRow<TColumn,TCell> |
setConditionalFormat(Format conditionalFormat)
Sets the conditional format of the row.
|
AbstractRow<TColumn,TCell> |
setCreatedAt(Date createdAt)
Sets the date and time a row was created.
|
AbstractRow<TColumn,TCell> |
setDiscussions(List<Discussion> discussions)
Sets the discussions.
|
AbstractRow<TColumn,TCell> |
setExpanded(Boolean expanded)
Sets the row to be expanded.
|
AbstractRow<TColumn,TCell> |
setFilteredOut(Boolean filteredOut)
Sets the row to be filtered out.
|
AbstractRow<TColumn,TCell> |
setFormat(Format format) |
IdentifiableModel<Long> |
setId(Long id)
Sets the id.
|
AbstractRow<TColumn,TCell> |
setInCriticalPath(Boolean inCriticalPath)
Sets the row to be in critical path.
|
AbstractRow<TColumn,TCell> |
setIndent(Integer indent)
Sets integer value specifying the number of levels to indent this row (update only).
|
AbstractRow<TColumn,TCell> |
setLocked(Boolean locked) |
AbstractRow<TColumn,TCell> |
setLockedForUser(Boolean lockedForUser) |
AbstractRow<TColumn,TCell> |
setModifiedAt(Date modifiedAt)
Sets the date and time a row was modified.
|
AbstractRow<TColumn,TCell> |
setOutdent(Integer outdent)
Sets integer value specifying the number of levels to outdent this row (update only).
|
AbstractRow<TColumn,TCell> |
setParentId(Long parentId)
Sets the parent row id.
|
AbstractRow<TColumn,TCell> |
setParentRowNumber(Integer parentRowNumber)
Sets the parent row number.
|
AbstractRow<TColumn,TCell> |
setPermalink(String permalink)
Sets the parmalink URL.
|
AbstractRow<TColumn,TCell> |
setRowNumber(Integer rowNumber)
Sets the row number.
|
AbstractRow<TColumn,TCell> |
setSheetId(Long sheetId)
Sets the sheet id.
|
AbstractRow<TColumn,TCell> |
setSiblingId(Long siblingId)
Sets the sibling row id.
|
AbstractRow<TColumn,TCell> |
setToBottom(Boolean toBottom)
Sets the to bottom
|
AbstractRow<TColumn,TCell> |
setToTop(Boolean toTop)
Sets the to top
|
AbstractRow<TColumn,TCell> |
setVersion(Integer version)
Sets the version number that is incremented every time a sheet is modified..
|
equals, hashCodepublic Long getId()
IdentifiableModelgetId in class IdentifiableModel<Long>public IdentifiableModel<Long> setId(Long id)
IdentifiableModelsetId in class IdentifiableModel<Long>id - the new idpublic AccessLevel getAccessLevel()
public AbstractRow<TColumn,TCell> setAccessLevel(AccessLevel accessLevel)
accessLevel - the new access levelpublic Integer getVersion()
public AbstractRow<TColumn,TCell> setVersion(Integer version)
version - the new versionpublic Boolean isExpanded()
public AbstractRow<TColumn,TCell> setExpanded(Boolean expanded)
expanded - the new expandedpublic TColumn getColumnByIndex(int index)
index - the column indexpublic TColumn getColumnById(long columnId)
columnId - the column idpublic Long getSheetId()
public AbstractRow<TColumn,TCell> setSheetId(Long sheetId)
sheetId - the new sheet idpublic Integer getRowNumber()
public AbstractRow<TColumn,TCell> setRowNumber(Integer rowNumber)
rowNumber - the new row numberpublic Integer getParentRowNumber()
public AbstractRow<TColumn,TCell> setParentRowNumber(Integer parentRowNumber)
parentRowNumber - the new parent row numberpublic AbstractRow<TColumn,TCell> setCells(List<TCell> cells)
cells - the new cellspublic List<Discussion> getDiscussions()
public AbstractRow<TColumn,TCell> setDiscussions(List<Discussion> discussions)
discussions - the new discussionspublic List<Attachment> getAttachments()
public AbstractRow<TColumn,TCell> setAttachments(List<Attachment> attachments)
attachments - the new attachmentspublic AbstractRow<TColumn,TCell> setColumns(List<TColumn> columns)
columns - the new columnspublic Date getCreatedAt()
public AbstractRow<TColumn,TCell> setCreatedAt(Date createdAt)
createdAt - the new created atpublic Date getModifiedAt()
public AbstractRow<TColumn,TCell> setModifiedAt(Date modifiedAt)
modifiedAt - the new modified atpublic Boolean isLocked()
public AbstractRow<TColumn,TCell> setLocked(Boolean locked)
locked - the locked statuspublic Boolean isLockedForUser()
public AbstractRow<TColumn,TCell> setLockedForUser(Boolean lockedForUser)
public AbstractRow<TColumn,TCell> setFormat(Format format)
format - the Format to setpublic Long getParentId()
public AbstractRow<TColumn,TCell> setParentId(Long parentId)
parentId - the parent row idpublic Long getSiblingId()
public AbstractRow<TColumn,TCell> setSiblingId(Long siblingId)
siblingId - the sibling row idpublic String getPermalink()
public AbstractRow<TColumn,TCell> setPermalink(String permalink)
permalink - the URL to the rowpublic Boolean isFilteredOut()
public AbstractRow<TColumn,TCell> setFilteredOut(Boolean filteredOut)
filteredOut - if the row is filtered outpublic Boolean isInCriticalPath()
public AbstractRow<TColumn,TCell> setInCriticalPath(Boolean inCriticalPath)
inCriticalPath - if the row is in critical pathpublic AbstractRow<TColumn,TCell> setConditionalFormat(Format conditionalFormat)
conditionalFormat - the conditional formatpublic Boolean getToTop()
public AbstractRow<TColumn,TCell> setToTop(Boolean toTop)
toTop - if the row is to the toppublic Boolean getToBottom()
public AbstractRow<TColumn,TCell> setToBottom(Boolean toBottom)
toBottom - if the row is to the bottompublic Boolean getAbove()
public AbstractRow<TColumn,TCell> setAbove(Boolean above)
above - if the row is above a specified rowpublic Integer getIndent()
public AbstractRow<TColumn,TCell> setIndent(Integer indent)
indent - integer value specifying the number of levels to indentpublic Integer getOutdent()
public AbstractRow<TColumn,TCell> setOutdent(Integer outdent)
outdent - integer value specifying number of levels to outdentpublic User getCreatedBy()
public User getModifiedBy()
Copyright © 2014–2017 Smartsheet. All rights reserved.