| Constructor and Description |
|---|
UpdateRowBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Row |
build()
Builds the row object
|
Boolean |
getAbove()
Gets the above flag
|
List<Cell> |
getCells()
Gets the list of cells
|
Boolean |
getExpanded()
Gets the expanded flag
|
Format |
getFormat()
Gets the format
|
Integer |
getIndent()
Gets the number of levels of indent
|
Boolean |
getLocked()
Gets the locked flag
|
Integer |
getOutdent()
Gets the number of levels of outdent
|
Long |
getParentId()
Gets the parent id.
|
Long |
getRowId() |
Long |
getSiblingId()
Gets the sibling id.
|
Boolean |
getToBottom()
Gets the to bottom.
|
Boolean |
getToTop()
Gets the to top.
|
Row.UpdateRowBuilder |
setAbove(Boolean above)
Sets the above flag
|
Row.UpdateRowBuilder |
setCells(List<Cell> cells)
Sets the list of cells
|
Row.UpdateRowBuilder |
setExpanded(Boolean expanded)
Sets the expanded flag
|
Row.UpdateRowBuilder |
setFormat(Format format)
Sets the format
|
Row.UpdateRowBuilder |
setIndent(Integer indent)
Sets the number of levels of indent
|
Row.UpdateRowBuilder |
setLocked(Boolean locked)
Sets the locked flag
|
Row.UpdateRowBuilder |
setOutdent(Integer outdent)
Sets the number of levels of outdent
|
Row.UpdateRowBuilder |
setParentId(Long parentId)
Sets the parent id that puts the row as the first child of the specified id.
|
Row.UpdateRowBuilder |
setRowId(Long rowId) |
Row.UpdateRowBuilder |
setSiblingId(Long siblingId)
Sets the sibling id that puts the row as the next row at the same hierarchical level of this row.
|
Row.UpdateRowBuilder |
setToBottom(Boolean toBottom)
Sets the to bottom flag that puts the row at the bottom of the sheet.
|
Row.UpdateRowBuilder |
setToTop(Boolean toTop)
Sets the to top flag that puts the row at the top of the sheet.
|
public Long getRowId()
public Row.UpdateRowBuilder setRowId(Long rowId)
public Boolean getToTop()
public Row.UpdateRowBuilder setToTop(Boolean toTop)
toTop - the to top flagpublic Boolean getToBottom()
public Row.UpdateRowBuilder setToBottom(Boolean toBottom)
toBottom - the to bottompublic Long getParentId()
public Row.UpdateRowBuilder setParentId(Long parentId)
parentId - the parent idpublic Long getSiblingId()
public Row.UpdateRowBuilder setSiblingId(Long siblingId)
siblingId - the sibling idpublic Boolean getAbove()
public Row.UpdateRowBuilder setAbove(Boolean above)
above - the above flagpublic Integer getIndent()
public Row.UpdateRowBuilder setIndent(Integer indent)
indent - number of levels of indentpublic Integer getOutdent()
public Row.UpdateRowBuilder setOutdent(Integer outdent)
outdent - number of levels of outdentpublic Format getFormat()
public Row.UpdateRowBuilder setFormat(Format format)
format - the formatpublic Boolean getExpanded()
public Row.UpdateRowBuilder setExpanded(Boolean expanded)
expanded - the expanded flagpublic Row.UpdateRowBuilder setCells(List<Cell> cells)
cells - the list of cellspublic Boolean getLocked()
public Row.UpdateRowBuilder setLocked(Boolean locked)
locked - the locked flagpublic Row build()
Copyright © 2014–2017 Smartsheet. All rights reserved.