public final class BatchUpdateValuesResponse
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 |
|---|
BatchUpdateValuesResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateValuesResponse |
clone() |
java.util.List<UpdateValuesResponse> |
getResponses()
One UpdateValuesResponse per requested range, in the same order as the requests appeared.
|
java.lang.String |
getSpreadsheetId()
The spreadsheet the updates were applied to.
|
java.lang.Integer |
getTotalUpdatedCells()
The total number of cells updated.
|
java.lang.Integer |
getTotalUpdatedColumns()
The total number of columns where at least one cell in the column was updated.
|
java.lang.Integer |
getTotalUpdatedRows()
The total number of rows where at least one cell in the row was updated.
|
java.lang.Integer |
getTotalUpdatedSheets()
The total number of sheets where at least one cell in the sheet was updated.
|
BatchUpdateValuesResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
BatchUpdateValuesResponse |
setResponses(java.util.List<UpdateValuesResponse> responses)
One UpdateValuesResponse per requested range, in the same order as the requests appeared.
|
BatchUpdateValuesResponse |
setSpreadsheetId(java.lang.String spreadsheetId)
The spreadsheet the updates were applied to.
|
BatchUpdateValuesResponse |
setTotalUpdatedCells(java.lang.Integer totalUpdatedCells)
The total number of cells updated.
|
BatchUpdateValuesResponse |
setTotalUpdatedColumns(java.lang.Integer totalUpdatedColumns)
The total number of columns where at least one cell in the column was updated.
|
BatchUpdateValuesResponse |
setTotalUpdatedRows(java.lang.Integer totalUpdatedRows)
The total number of rows where at least one cell in the row was updated.
|
BatchUpdateValuesResponse |
setTotalUpdatedSheets(java.lang.Integer totalUpdatedSheets)
The total number of sheets where at least one cell in the sheet was updated.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<UpdateValuesResponse> getResponses()
null for nonepublic BatchUpdateValuesResponse setResponses(java.util.List<UpdateValuesResponse> responses)
responses - responses or null for nonepublic java.lang.String getSpreadsheetId()
null for nonepublic BatchUpdateValuesResponse setSpreadsheetId(java.lang.String spreadsheetId)
spreadsheetId - spreadsheetId or null for nonepublic java.lang.Integer getTotalUpdatedCells()
null for nonepublic BatchUpdateValuesResponse setTotalUpdatedCells(java.lang.Integer totalUpdatedCells)
totalUpdatedCells - totalUpdatedCells or null for nonepublic java.lang.Integer getTotalUpdatedColumns()
null for nonepublic BatchUpdateValuesResponse setTotalUpdatedColumns(java.lang.Integer totalUpdatedColumns)
totalUpdatedColumns - totalUpdatedColumns or null for nonepublic java.lang.Integer getTotalUpdatedRows()
null for nonepublic BatchUpdateValuesResponse setTotalUpdatedRows(java.lang.Integer totalUpdatedRows)
totalUpdatedRows - totalUpdatedRows or null for nonepublic java.lang.Integer getTotalUpdatedSheets()
null for nonepublic BatchUpdateValuesResponse setTotalUpdatedSheets(java.lang.Integer totalUpdatedSheets)
totalUpdatedSheets - totalUpdatedSheets or null for nonepublic BatchUpdateValuesResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic BatchUpdateValuesResponse clone()
clone in class com.google.api.client.json.GenericJson