| Modifier and Type | Class and Description |
|---|---|
static class |
RowWrapper.InsertRowsBuilder
A convenience class for creating a
RowWrapper with the necessary fields for inserting a Row or
set of rows. |
static class |
RowWrapper.MoveRowBuilder
A convenience class for creating a
RowWrapper with the necessary fields for moving a Row or set
of rows. |
| Constructor and Description |
|---|
RowWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getParentId()
Gets the parent id that puts the row as the first child of the specified id.
|
List<Row> |
getRows()
Gets the rows.
|
Long |
getSiblingId()
Gets the sibling id that puts the row as the next row at the same hierarchical level of this row.
|
Boolean |
getToBottom()
Gets the to bottom flag that puts the row at the bottom of the sheet.
|
Boolean |
getToTop()
Gets the to top flag that puts the row at the top of the sheet.
|
RowWrapper |
setParentId(Long parentId)
Sets the parent id that puts the row as the first child of the specified id.
|
RowWrapper |
setRows(List<Row> rows)
Sets the rows.
|
RowWrapper |
setSiblingId(Long siblingId)
Sets the sibling id that puts the row as the next row at the same hierarchical level of this row.
|
RowWrapper |
setToBottom(Boolean toBottom)
Sets the to bottom flag that puts the row at the bottom of the sheet.
|
RowWrapper |
setToTop(Boolean toTop)
Sets the to top flag that puts the row at the top of the sheet.
|
public Boolean getToTop()
public RowWrapper setToTop(Boolean toTop)
toTop - the new to toppublic Boolean getToBottom()
public RowWrapper setToBottom(Boolean toBottom)
toBottom - the new to bottompublic Long getParentId()
public RowWrapper setParentId(Long parentId)
parentId - the new parent idpublic Long getSiblingId()
public RowWrapper setSiblingId(Long siblingId)
siblingId - the new sibling idpublic RowWrapper setRows(List<Row> rows)
rows - the new rowsCopyright © 2014–2019 Smartsheet. All rights reserved.