public final class UpdateValuesResponse
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 |
|---|
UpdateValuesResponse() |
| Modifier and Type | Method and Description |
|---|---|
UpdateValuesResponse |
clone() |
java.lang.String |
getSpreadsheetId()
The spreadsheet the updates were applied to.
|
java.lang.Integer |
getUpdatedCells()
The number of cells updated.
|
java.lang.Integer |
getUpdatedColumns()
The number of columns where at least one cell in the column was updated.
|
ValueRange |
getUpdatedData()
The values of the cells after updates were applied.
|
java.lang.String |
getUpdatedRange()
The range (in A1 notation) that updates were applied to.
|
java.lang.Integer |
getUpdatedRows()
The number of rows where at least one cell in the row was updated.
|
UpdateValuesResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
UpdateValuesResponse |
setSpreadsheetId(java.lang.String spreadsheetId)
The spreadsheet the updates were applied to.
|
UpdateValuesResponse |
setUpdatedCells(java.lang.Integer updatedCells)
The number of cells updated.
|
UpdateValuesResponse |
setUpdatedColumns(java.lang.Integer updatedColumns)
The number of columns where at least one cell in the column was updated.
|
UpdateValuesResponse |
setUpdatedData(ValueRange updatedData)
The values of the cells after updates were applied.
|
UpdateValuesResponse |
setUpdatedRange(java.lang.String updatedRange)
The range (in A1 notation) that updates were applied to.
|
UpdateValuesResponse |
setUpdatedRows(java.lang.Integer updatedRows)
The number of rows where at least one cell in the row was updated.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getSpreadsheetId()
null for nonepublic UpdateValuesResponse setSpreadsheetId(java.lang.String spreadsheetId)
spreadsheetId - spreadsheetId or null for nonepublic java.lang.Integer getUpdatedCells()
null for nonepublic UpdateValuesResponse setUpdatedCells(java.lang.Integer updatedCells)
updatedCells - updatedCells or null for nonepublic java.lang.Integer getUpdatedColumns()
null for nonepublic UpdateValuesResponse setUpdatedColumns(java.lang.Integer updatedColumns)
updatedColumns - updatedColumns or null for nonepublic ValueRange getUpdatedData()
null for nonepublic UpdateValuesResponse setUpdatedData(ValueRange updatedData)
updatedData - updatedData or null for nonepublic java.lang.String getUpdatedRange()
null for nonepublic UpdateValuesResponse setUpdatedRange(java.lang.String updatedRange)
updatedRange - updatedRange or null for nonepublic java.lang.Integer getUpdatedRows()
null for nonepublic UpdateValuesResponse setUpdatedRows(java.lang.Integer updatedRows)
updatedRows - updatedRows or null for nonepublic UpdateValuesResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic UpdateValuesResponse clone()
clone in class com.google.api.client.json.GenericJson