| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Report |
ReportResources.getReport(long reportId,
EnumSet<ReportInclusion> includes,
Integer pageSize,
Integer page)
Get a report.
|
| Modifier and Type | Method and Description |
|---|---|
PagedResult<Report> |
ReportResources.listReports(PaginationParameters parameters)
Deprecated.
|
PagedResult<Report> |
ReportResources.listReports(PaginationParameters parameters,
Date modifiedSince)
List all reports.
|
| Modifier and Type | Method and Description |
|---|---|
Report |
Report.setSourceSheets(List<Sheet> sourceSheets)
Sets the sheet array.
|
| Modifier and Type | Method and Description |
|---|---|
List<Report> |
Home.getReports()
Gets the reports.
|
List<Report> |
Folder.getReports()
Gets the reports.
|
| Modifier and Type | Method and Description |
|---|---|
Home |
Home.setReports(List<Report> reports)
Sets the reports.
|
Folder |
Folder.setReports(List<Report> reports)
Sets the reports.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.