public class Home extends Object
| Constructor and Description |
|---|
Home() |
| Modifier and Type | Method and Description |
|---|---|
List<Folder> |
getFolders()
Gets the folders in the home location.
|
List<Report> |
getReports()
Gets the reports.
|
List<Sheet> |
getSheets()
Gets the sheets in the home location.
|
List<Sight> |
getSights()
Gets the sights in the home location.
|
List<Template> |
getTemplates()
Gets the templates in the home location.
|
List<Workspace> |
getWorkspaces()
Gets the workspaces in the home location.
|
Home |
setFolders(List<Folder> folders)
Sets the folders in the home location.
|
Home |
setReports(List<Report> reports)
Sets the reports.
|
Home |
setSheets(List<Sheet> sheets)
Sets the sheets.
|
Home |
setSights(List<Sight> sights)
Sets the sights in the home location.
|
Home |
setTemplates(List<Template> templates)
Sets the templates in the home location.
|
Home |
setWorkspaces(List<Workspace> workspaces)
Sets the workspaces in the home location.
|
public Home setSheets(List<Sheet> sheets)
sheets - the new sheetspublic List<Folder> getFolders()
public Home setFolders(List<Folder> folders)
folders - the new folderspublic Home setReports(List<Report> reports)
reports - the new reportspublic List<Template> getTemplates()
public Home setTemplates(List<Template> templates)
templates - the new templatespublic List<Workspace> getWorkspaces()
public Home setWorkspaces(List<Workspace> workspaces)
workspaces - the new workspacespublic List<Sight> getSights()
Copyright © 2014–2019 Smartsheet. All rights reserved.