| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
SheetSummary |
SheetSummaryResources.getSheetSummary(long sheetId,
EnumSet<SummaryFieldInclusion> includes,
EnumSet<SummaryFieldExclusion> excludes)
Gets the sheet summary
|
PagedResult<SummaryField> |
SheetSummaryResources.getSheetSummaryFields(long sheetId,
EnumSet<SummaryFieldInclusion> includes,
EnumSet<SummaryFieldExclusion> excludes,
PaginationParameters pagination)
Gets the sheet summary fields
|
| Modifier and Type | Method and Description |
|---|---|
static SummaryFieldInclusion |
SummaryFieldInclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummaryFieldInclusion[] |
SummaryFieldInclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.