| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
Folder |
FolderResources.copyFolder(long folderId,
ContainerDestination containerDestination,
EnumSet<FolderCopyInclusion> includes,
EnumSet<FolderRemapExclusion> skipRemap,
EnumSet<CopyExclusion> excludes)
Deprecated.
|
Sheet |
SheetResources.copySheet(long sheetId,
ContainerDestination containerDestination,
EnumSet<SheetCopyInclusion> includes,
EnumSet<CopyExclusion> excludes)
Creates a copy of the specified sheet.
|
Workspace |
WorkspaceResources.copyWorkspace(long workspaceId,
ContainerDestination containerDestination,
EnumSet<WorkspaceCopyInclusion> includes,
EnumSet<WorkspaceRemapExclusion> skipRemap,
EnumSet<CopyExclusion> excludes)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CopyExclusion |
CopyExclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CopyExclusion[] |
CopyExclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.