| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
CopyOrMoveRowResult |
SheetRowResources.copyRows(Long sheetId,
EnumSet<RowCopyInclusion> includes,
Boolean ignoreRowsNotFound,
CopyOrMoveRowDirective copyParameters)
Copies Row(s) from the Sheet specified in the URL to (the bottom of) another sheet.
|
CopyOrMoveRowResult |
SheetRowResources.moveRows(Long sheetId,
EnumSet<RowMoveInclusion> includes,
Boolean ignoreRowsNotFound,
CopyOrMoveRowDirective moveParameters)
Moves Row(s) from the Sheet specified in the URL to (the bottom of) another sheet.
|
| Modifier and Type | Method and Description |
|---|---|
CopyOrMoveRowResult |
CopyOrMoveRowResult.setDestinationSheetId(String destinationSheetId)
Sets the ID of the destination sheet.
|
CopyOrMoveRowResult |
CopyOrMoveRowResult.setRowMappings(List<RowMapping> rowMappings)
Sets the Array of RowMapping objects.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.