| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
Sheet |
SheetResources.getSheet(long id,
EnumSet<SheetInclusion> includes,
EnumSet<ObjectExclusion> excludes,
Set<Long> rowIds,
Set<Integer> rowNumbers,
Set<Long> columnIds,
Integer pageSize,
Integer page)
Get a sheet.
|
| Modifier and Type | Method and Description |
|---|---|
static SheetInclusion |
SheetInclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SheetInclusion[] |
SheetInclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.