Package com.smartsheet.api.models
Class Home
- java.lang.Object
-
- com.smartsheet.api.models.Home
-
public class Home extends java.lang.Object
Represents the Home object.- See Also:
- Home Tab Help
-
-
Constructor Summary
Constructors Constructor Description Home()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Folder>
getFolders()
Gets the folders in the home location.java.util.List<Report>
getReports()
Gets the reports.java.util.List<Sheet>
getSheets()
Gets the sheets in the home location.java.util.List<Sight>
getSights()
Gets the sights in the home location.java.util.List<Template>
getTemplates()
Gets the templates in the home location.java.util.List<Workspace>
getWorkspaces()
Gets the workspaces in the home location.Home
setFolders(java.util.List<Folder> folders)
Sets the folders in the home location.Home
setReports(java.util.List<Report> reports)
Sets the reports.Home
setSheets(java.util.List<Sheet> sheets)
Sets the sheets.Home
setSights(java.util.List<Sight> sights)
Sets the sights in the home location.Home
setTemplates(java.util.List<Template> templates)
Sets the templates in the home location.Home
setWorkspaces(java.util.List<Workspace> workspaces)
Sets the workspaces in the home location.
-
-
-
Method Detail
-
getSheets
public java.util.List<Sheet> getSheets()
Gets the sheets in the home location.- Returns:
- the sheets
-
setSheets
public Home setSheets(java.util.List<Sheet> sheets)
Sets the sheets.- Parameters:
sheets
- the new sheets
-
getFolders
public java.util.List<Folder> getFolders()
Gets the folders in the home location.- Returns:
- the folders
-
setFolders
public Home setFolders(java.util.List<Folder> folders)
Sets the folders in the home location.- Parameters:
folders
- the new folders
-
getReports
public java.util.List<Report> getReports()
Gets the reports.- Returns:
- the reports
-
setReports
public Home setReports(java.util.List<Report> reports)
Sets the reports.- Parameters:
reports
- the new reports
-
getTemplates
public java.util.List<Template> getTemplates()
Gets the templates in the home location.- Returns:
- the templates
-
setTemplates
public Home setTemplates(java.util.List<Template> templates)
Sets the templates in the home location.- Parameters:
templates
- the new templates
-
getWorkspaces
public java.util.List<Workspace> getWorkspaces()
Gets the workspaces in the home location.- Returns:
- the workspaces
-
setWorkspaces
public Home setWorkspaces(java.util.List<Workspace> workspaces)
Sets the workspaces in the home location.- Parameters:
workspaces
- the new workspaces
-
getSights
public java.util.List<Sight> getSights()
Gets the sights in the home location.- Returns:
- array of sights
-
-