| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
Report |
ReportResources.getReport(long reportId,
EnumSet<ReportInclusion> includes,
Integer pageSize,
Integer page)
Get a report.
|
Report |
ReportResources.getReport(long reportId,
EnumSet<ReportInclusion> includes,
Integer pageSize,
Integer page,
Integer level)
Get a report.
|
| Modifier and Type | Method and Description |
|---|---|
static ReportInclusion |
ReportInclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportInclusion[] |
ReportInclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.