| 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)
Creates a copy of the specified Folder.
|
Folder |
FolderResources.copyFolder(long folderId,
ContainerDestination containerDestination,
EnumSet<FolderCopyInclusion> includes,
EnumSet<FolderRemapExclusion> skipRemap,
EnumSet<CopyExclusion> excludes)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static FolderRemapExclusion |
FolderRemapExclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FolderRemapExclusion[] |
FolderRemapExclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.