Package com.smartsheet.api.models
Class Scope
- java.lang.Object
-
- com.smartsheet.api.models.Scope
-
public class Scope extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Scope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Sheet>
getSheets()
Gets the array of any sheets the requester has access to that make up the reportjava.util.List<Workspace>
getWorkspaces()
Gets the array of any workspaces the requester has access to that make up the reportScope
setSheets(java.util.List<Sheet> sheets)
Sets the array of sheets the requester has access to that make up the reportScope
setWorkspaces(java.util.List<Workspace> workspaces)
Sets the array of any workspaces the requester has access to that make up the report
-
-
-
Method Detail
-
getSheets
public java.util.List<Sheet> getSheets()
Gets the array of any sheets the requester has access to that make up the report- Returns:
- the array of sheets
-
setSheets
public Scope setSheets(java.util.List<Sheet> sheets)
Sets the array of sheets the requester has access to that make up the report- Parameters:
sheets
- the array of sheets
-
getWorkspaces
public java.util.List<Workspace> getWorkspaces()
Gets the array of any workspaces the requester has access to that make up the report- Returns:
- the array of workspaces
-
-