| Package | Description |
|---|---|
| com.smartsheet.api |
| Modifier and Type | Method and Description |
|---|---|
PartialRowUpdateResult |
SheetRowResources.addRowsAllowPartialSuccess(long sheetId,
List<Row> rows)
Insert rows to a sheet, allowing partial success.
|
PartialRowUpdateResult |
SheetRowResources.addRowsAllowPartialSuccess(long sheetId,
List<Row> rows,
EnumSet<RowInclusion> includes,
EnumSet<ObjectExclusion> excludes)
Insert rows to a sheet, allowing partial success.
|
PartialRowUpdateResult |
SheetRowResources.updateRowsAllowPartialSuccess(long sheetId,
List<Row> rows)
Update rows, but allow partial success.
|
PartialRowUpdateResult |
SheetRowResources.updateRowsAllowPartialSuccess(long sheetId,
List<Row> rows,
EnumSet<RowInclusion> includes,
EnumSet<ObjectExclusion> excludes)
Update rows, but allow partial success.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.