public class CopyOrMoveRowResult extends Object
| Constructor and Description |
|---|
CopyOrMoveRowResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationSheetId()
Gets the ID of the destination sheet.
|
List<RowMapping> |
getRowMappings()
Gets the Array of RowMapping objects.
|
CopyOrMoveRowResult |
setDestinationSheetId(String destinationSheetId)
Sets the ID of the destination sheet.
|
CopyOrMoveRowResult |
setRowMappings(List<RowMapping> rowMappings)
Sets the Array of RowMapping objects.
|
public String getDestinationSheetId()
public CopyOrMoveRowResult setDestinationSheetId(String destinationSheetId)
destinationSheetId - ID of the destination sheetpublic List<RowMapping> getRowMappings()
public CopyOrMoveRowResult setRowMappings(List<RowMapping> rowMappings)
rowMappings - the Array of RowMapping objectsCopyright © 2014–2017 Smartsheet. All rights reserved.