| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Row.UpdateRowBuilder |
Row.UpdateRowBuilder.setAbove(Boolean above)
Sets the above flag
|
Row.UpdateRowBuilder |
Row.UpdateRowBuilder.setCells(List<Cell> cells)
Sets the list of cells
|
Row.UpdateRowBuilder |
Row.UpdateRowBuilder.setExpanded(Boolean expanded)
Sets the expanded flag
|
Row.UpdateRowBuilder |
Row.UpdateRowBuilder.setFormat(Format format)
Sets the format
|
Row.UpdateRowBuilder |
Row.UpdateRowBuilder.setIndent(Integer indent)
Sets the number of levels of indent
|
Row.UpdateRowBuilder |
Row.UpdateRowBuilder.setLocked(Boolean locked)
Sets the locked flag
|
Row.UpdateRowBuilder |
Row.UpdateRowBuilder.setOutdent(Integer outdent)
Sets the number of levels of outdent
|
Row.UpdateRowBuilder |
Row.UpdateRowBuilder.setParentId(Long parentId)
Sets the parent id that puts the row as the first child of the specified id.
|
Row.UpdateRowBuilder |
Row.UpdateRowBuilder.setRowId(Long rowId) |
Row.UpdateRowBuilder |
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 |
Row.UpdateRowBuilder.setToBottom(Boolean toBottom)
Sets the to bottom flag that puts the row at the bottom of the sheet.
|
Row.UpdateRowBuilder |
Row.UpdateRowBuilder.setToTop(Boolean toTop)
Sets the to top flag that puts the row at the top of the sheet.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.