| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
RowWrapper.InsertRowsBuilder |
RowWrapper.InsertRowsBuilder.setParentId(Long parentId)
Sets the parent id that puts the row as the first child of the specified id.
|
RowWrapper.InsertRowsBuilder |
RowWrapper.InsertRowsBuilder.setRows(List<Row> rows)
Sets the rows.
|
RowWrapper.InsertRowsBuilder |
RowWrapper.InsertRowsBuilder.setSiblingId(Long siblingId)
Sets the sibling id that puts the row as the next row at the same hierarchical level of this row.
|
RowWrapper.InsertRowsBuilder |
RowWrapper.InsertRowsBuilder.setToBottom(Boolean toBottom)
Sets the to bottom flag that puts the row at the bottom of the sheet.
|
RowWrapper.InsertRowsBuilder |
RowWrapper.InsertRowsBuilder.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.