| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
SheetRowResources.addRows(long sheetId,
List<Row> rows,
EnumSet<RowInclusion> includes,
EnumSet<ObjectExclusion> excludes)
Insert rows to a sheet.
|
PartialRowUpdateResult |
SheetRowResources.addRowsAllowPartialSuccess(long sheetId,
List<Row> rows,
EnumSet<RowInclusion> includes,
EnumSet<ObjectExclusion> excludes)
Insert rows to a sheet, allowing partial success.
|
Row |
SheetRowResources.getRow(long sheetId,
long rowId,
EnumSet<RowInclusion> includes,
EnumSet<ObjectExclusion> excludes)
Get a row.
|
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.
|
Sheet |
SheetResources.getSheet(long id,
EnumSet<SheetInclusion> includes,
EnumSet<ObjectExclusion> excludes,
Set<Long> rowIds,
Set<Integer> rowNumbers,
Set<Long> columnIds,
Integer pageSize,
Integer page,
Integer ifVersionAfter)
Get a sheet.
|
Sheet |
SheetResources.getSheet(long id,
EnumSet<SheetInclusion> includes,
EnumSet<ObjectExclusion> excludes,
Set<Long> rowIds,
Set<Integer> rowNumbers,
Set<Long> columnIds,
Integer pageSize,
Integer page,
Integer ifVersionAfter,
Integer level)
Get a sheet.
|
List<Row> |
SheetRowResources.updateRows(long sheetId,
List<Row> rows,
EnumSet<RowInclusion> includes,
EnumSet<ObjectExclusion> excludes)
Update rows.
|
PartialRowUpdateResult |
SheetRowResources.updateRowsAllowPartialSuccess(long sheetId,
List<Row> rows,
EnumSet<RowInclusion> includes,
EnumSet<ObjectExclusion> excludes)
Update rows, but allow partial success.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectExclusion |
ObjectExclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectExclusion[] |
ObjectExclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.