public class Scope extends Object
| Constructor and Description |
|---|
Scope() |
| Modifier and Type | Method and Description |
|---|---|
List<Sheet> |
getSheets()
Gets the array of any sheets the requester has access to that make up the report
|
List<Workspace> |
getWorkspaces()
Gets the array of any workspaces the requester has access to that make up the report
|
Scope |
setSheets(List<Sheet> sheets)
Sets the array of sheets the requester has access to that make up the report
|
Scope |
setWorkspaces(List<Workspace> workspaces)
Sets the array of any workspaces the requester has access to that make up the report
|
public List<Sheet> getSheets()
public Scope setSheets(List<Sheet> sheets)
sheets - the array of sheetspublic List<Workspace> getWorkspaces()
Copyright © 2014–2019 Smartsheet. All rights reserved.