public class CopyOrMoveRowDirective extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CopyOrMoveRowDirective.InsertCopyOrMoveRowDirectiveBuilder
A convenience class to help create a CopyOrMoveRowDestination object with the appropriate fields for adding to a sheet.
|
| Constructor and Description |
|---|
CopyOrMoveRowDirective() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getRowIds()
Gets the IDs of the rows to move or copy from the source sheet..
|
CopyOrMoveRowDestination |
getTo()
Gets the CopyOrMoveRowDestination object that identifies the destination sheet.
|
CopyOrMoveRowDirective |
setRowIds(List<Long> rowIds)
Sets the IDs of the rows to move or copy from the source sheet.
|
CopyOrMoveRowDirective |
setTo(CopyOrMoveRowDestination to)
Sets the CopyOrMoveRowDestination object that identifies the destination sheet.
|
public List<Long> getRowIds()
public CopyOrMoveRowDirective setRowIds(List<Long> rowIds)
rowIds - ID of the destination sheetpublic CopyOrMoveRowDestination getTo()
public CopyOrMoveRowDirective setTo(CopyOrMoveRowDestination to)
to - CopyOrMoveRowDestination objectCopyright © 2014–2017 Smartsheet. All rights reserved.