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