| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| 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.
|
Sheet |
SheetResources.copySheet(long sheetId,
ContainerDestination containerDestination,
EnumSet<SheetCopyInclusion> includes)
Creates a copy of the specified sheet.
|
Sight |
SightResources.copySight(long sightId,
ContainerDestination destination)
Creates s copy of the specified Sight.
|
Workspace |
WorkspaceResources.copyWorkspace(long workspaceId,
ContainerDestination containerDestination,
EnumSet<WorkspaceCopyInclusion> includes,
EnumSet<WorkspaceRemapExclusion> skipRemap)
Creates a copy of the specified workspace.
|
Folder |
FolderResources.moveFolder(long folderId,
ContainerDestination containerDestination)
Moves the specified Folder to another location.
|
Sheet |
SheetResources.moveSheet(long sheetId,
ContainerDestination containerDestination)
Moves the specified Sheet to another location.
|
Sight |
SightResources.moveSight(long sightId,
ContainerDestination destination)
Creates s copy of the specified Sight.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDestination |
ContainerDestination.AddContainerDestinationBuilder.build()
Builds the comment.
|
ContainerDestination |
ContainerDestination.setDestinationId(Long destinationId)
Sets the id for the folder
|
ContainerDestination |
ContainerDestination.setDestinationType(DestinationType destinationType)
Sets the type for the folder
|
ContainerDestination |
ContainerDestination.setNewName(String newName)
Sets the name for the destination
|
Copyright © 2014–2017 Smartsheet. All rights reserved.