| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Row |
RowResources.getRow(long id,
EnumSet<ObjectInclusion> includes)
Get a row.
|
Row |
SheetRowResources.getRow(long sheetId,
long rowId,
EnumSet<RowInclusion> includes,
EnumSet<ObjectExclusion> excludes)
Get a row.
|
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
SheetRowResources.addRows(long sheetId,
List<Row> rows)
Insert rows to a sheet.
|
List<Row> |
SheetRowResources.addRows(long sheetId,
List<Row> rows,
EnumSet<RowInclusion> includes,
EnumSet<ObjectExclusion> excludes)
Insert rows to a sheet.
|
List<Row> |
RowResources.moveRow(long id,
RowWrapper rowWrapper)
Move a row.
|
List<Row> |
SheetRowResources.updateRows(long sheetId,
List<Row> rows)
Update rows.
|
List<Row> |
SheetRowResources.updateRows(long sheetId,
List<Row> rows,
EnumSet<RowInclusion> includes,
EnumSet<ObjectExclusion> excludes)
Update rows.
|
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
SheetRowResources.addRows(long sheetId,
List<Row> rows)
Insert rows to a sheet.
|
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)
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.
|
List<Row> |
SheetRowResources.updateRows(long sheetId,
List<Row> rows)
Update rows.
|
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)
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.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.AddRowBuilder.build()
Builds the row object
|
Row |
Row.UpdateRowBuilder.build()
Builds the row object
|
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
RowWrapper.getRows()
Gets the rows.
|
List<Row> |
RowWrapper.InsertRowsBuilder.getRows()
Gets the rows.
|
| Modifier and Type | Method and Description |
|---|---|
RowWrapper |
RowWrapper.setRows(List<Row> rows)
Sets the rows.
|
RowWrapper.InsertRowsBuilder |
RowWrapper.InsertRowsBuilder.setRows(List<Row> rows)
Sets the rows.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.