| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| 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.
|
Workspace |
WorkspaceResources.createWorkspace(Workspace workspace)
Create a workspace.
|
Workspace |
WorkspaceResources.getWorkspace(long id,
Boolean loadAll,
EnumSet<SourceInclusion> includes)
Get a workspace.
|
Workspace |
WorkspaceResources.updateWorkspace(Workspace workspace)
Update a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
PagedResult<Workspace> |
WorkspaceResources.listWorkspaces(PaginationParameters parameters)
List all workspaces.
|
| Modifier and Type | Method and Description |
|---|---|
Workspace |
WorkspaceResources.createWorkspace(Workspace workspace)
Create a workspace.
|
Workspace |
WorkspaceResources.updateWorkspace(Workspace workspace)
Update a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
Workspace |
Workspace.UpdateWorkspaceBuilder.build()
Builds the
Workspace. |
Workspace |
Sight.getWorkspace()
A workspace object limited to only id and name
|
Workspace |
AbstractSheet.getWorkspace()
Gets a workspace object containing the name and id of the workspace containing this sheet
|
Workspace |
Workspace.setAccessLevel(AccessLevel accessLevel)
Sets the user's permissions on a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
List<Workspace> |
Scope.getWorkspaces()
Gets the array of any workspaces the requester has access to that make up the report
|
List<Workspace> |
Home.getWorkspaces()
Gets the workspaces in the home location.
|
| Modifier and Type | Method and Description |
|---|---|
Sight |
Sight.setWorkspace(Workspace workspace)
Set workspace object for this Sight (limited to only id and name)
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setWorkspace(Workspace workspace)
Sets a workspace object containing the name and id of the workspace containing this sheet
|
| Modifier and Type | Method and Description |
|---|---|
Scope |
Scope.setWorkspaces(List<Workspace> workspaces)
Sets the array of any workspaces the requester has access to that make up the report
|
Home |
Home.setWorkspaces(List<Workspace> workspaces)
Sets the workspaces in the home location.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.