| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Home |
HomeResources.getHome(EnumSet<SourceInclusion> includes)
Get a nested list of all Home objects, including sheets, workspaces and folders, and optionally reports and/or
templates, as shown on the Home tab.
|
Home |
HomeResources.getHome(EnumSet<SourceInclusion> includes,
EnumSet<SourceExclusion> excludes)
Get a nested list of all Home objects, including sheets, workspaces and folders, and optionally reports and/or
templates, as shown on the Home tab.
|
| Modifier and Type | Method and Description |
|---|---|
Home |
Home.setFolders(List<Folder> folders)
Sets the folders in the home location.
|
Home |
Home.setReports(List<Report> reports)
Sets the reports.
|
Home |
Home.setSheets(List<Sheet> sheets)
Sets the sheets.
|
Home |
Home.setSights(List<Sight> sights)
Sets the sights in the home location.
|
Home |
Home.setTemplates(List<Template> templates)
Sets the templates in the home location.
|
Home |
Home.setWorkspaces(List<Workspace> workspaces)
Sets the workspaces in the home location.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.