public static class RowWrapper.MoveRowBuilder extends Object
RowWrapper with the necessary fields for moving a Row or set
of rows.| Constructor and Description |
|---|
MoveRowBuilder() |
| Modifier and Type | Method and Description |
|---|---|
RowWrapper |
build()
Builds the RowWrapper.
|
Long |
getParentId()
Gets the parent id.
|
Long |
getSiblingId()
Gets the sibling id.
|
Boolean |
getToBottom()
Gets the to bottom.
|
Boolean |
getToTop()
Gets the to top.
|
RowWrapper.MoveRowBuilder |
setParentId(Long parentId)
Sets the parent id that puts the row as the first child of the specified id.
|
RowWrapper.MoveRowBuilder |
setSiblingId(Long siblingId)
Sets the sibling id that puts the row as the next row at the same hierarchical level of this row.
|
RowWrapper.MoveRowBuilder |
setToBottom(Boolean toBottom)
Sets the to bottom flag that puts the row at the bottom of the sheet.
|
RowWrapper.MoveRowBuilder |
setToTop(Boolean toTop)
Sets the to top flag that puts the row at the top of the sheet.
|
public RowWrapper.MoveRowBuilder setToTop(Boolean toTop)
toTop - the to toppublic RowWrapper.MoveRowBuilder setToBottom(Boolean toBottom)
toBottom - the to bottompublic RowWrapper.MoveRowBuilder setParentId(Long parentId)
parentId - the parent idpublic RowWrapper.MoveRowBuilder setSiblingId(Long siblingId)
siblingId - the sibling idpublic Boolean getToTop()
public Boolean getToBottom()
public Long getParentId()
public Long getSiblingId()
public RowWrapper build()
Copyright © 2014–2017 Smartsheet. All rights reserved.