public static class CopyOrMoveRowDirective.InsertCopyOrMoveRowDirectiveBuilder extends Object
| Constructor and Description |
|---|
InsertCopyOrMoveRowDirectiveBuilder() |
| Modifier and Type | Method and Description |
|---|---|
CopyOrMoveRowDirective |
build()
Builds the CopyOrMoveRowDirective.
|
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.InsertCopyOrMoveRowDirectiveBuilder |
setRowIds(List<Long> rowIds)
Sets the IDs of the rows to move or copy from the source sheet.
|
CopyOrMoveRowDirective.InsertCopyOrMoveRowDirectiveBuilder |
setTo(CopyOrMoveRowDestination to)
Sets the CopyOrMoveRowDestination object that identifies the destination sheet.
|
public List<Long> getRowIds()
public CopyOrMoveRowDirective.InsertCopyOrMoveRowDirectiveBuilder setRowIds(List<Long> rowIds)
rowIds - ID of the destination sheetpublic CopyOrMoveRowDestination getTo()
public CopyOrMoveRowDirective.InsertCopyOrMoveRowDirectiveBuilder setTo(CopyOrMoveRowDestination to)
to - CopyOrMoveRowDestination objectpublic CopyOrMoveRowDirective build()
Copyright © 2014–2017 Smartsheet. All rights reserved.