| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
SheetSummary |
SheetSummaryResources.getSheetSummary(long sheetId,
EnumSet<SummaryFieldInclusion> includes,
EnumSet<SummaryFieldExclusion> excludes)
Gets the sheet summary
|
| Modifier and Type | Method and Description |
|---|---|
SheetSummary |
AbstractSheet.getSummary()
Gets the sheet summary if one exists for this sheet
|
SheetSummary |
SheetSummary.setFields(List<SummaryField> fields)
Set sheet summary fields
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setSummary(SheetSummary summary)
Sets the sheet summary if one exists for this sheet
|
Copyright © 2014–2019 Smartsheet. All rights reserved.