public final class UpdateCellsRequest
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Sheets API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
UpdateCellsRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateCellsRequest |
clone() |
java.lang.String |
getFields()
The fields of CellData that should be updated.
|
GridRange |
getRange()
The range to write data to.
|
java.util.List<RowData> |
getRows()
The data to write.
|
GridCoordinate |
getStart()
The coordinate to start writing data at.
|
UpdateCellsRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
UpdateCellsRequest |
setFields(java.lang.String fields)
The fields of CellData that should be updated.
|
UpdateCellsRequest |
setRange(GridRange range)
The range to write data to.
|
UpdateCellsRequest |
setRows(java.util.List<RowData> rows)
The data to write.
|
UpdateCellsRequest |
setStart(GridCoordinate start)
The coordinate to start writing data at.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getFields()
null for nonepublic UpdateCellsRequest setFields(java.lang.String fields)
fields - fields or null for nonepublic GridRange getRange()
null for nonepublic UpdateCellsRequest setRange(GridRange range)
range - range or null for nonepublic java.util.List<RowData> getRows()
null for nonepublic UpdateCellsRequest setRows(java.util.List<RowData> rows)
rows - rows or null for nonepublic GridCoordinate getStart()
null for nonepublic UpdateCellsRequest setStart(GridCoordinate start)
start - start or null for nonepublic UpdateCellsRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic UpdateCellsRequest clone()
clone in class com.google.api.client.json.GenericJson