public final class BatchUpdateValuesResponse extends 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: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BatchUpdateValuesResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateValuesResponse |
clone() |
List<UpdateValuesResponse> |
getResponses()
One UpdateValuesResponse per requested range, in the same order as the requests appeared.
|
String |
getSpreadsheetId()
The spreadsheet the updates were applied to.
|
Integer |
getTotalUpdatedCells()
The total number of cells updated.
|
Integer |
getTotalUpdatedColumns()
The total number of columns where at least one cell in the column was updated.
|
Integer |
getTotalUpdatedRows()
The total number of rows where at least one cell in the row was updated.
|
Integer |
getTotalUpdatedSheets()
The total number of sheets where at least one cell in the sheet was updated.
|
BatchUpdateValuesResponse |
set(String fieldName,
Object value) |
BatchUpdateValuesResponse |
setResponses(List<UpdateValuesResponse> responses)
One UpdateValuesResponse per requested range, in the same order as the requests appeared.
|
BatchUpdateValuesResponse |
setSpreadsheetId(String spreadsheetId)
The spreadsheet the updates were applied to.
|
BatchUpdateValuesResponse |
setTotalUpdatedCells(Integer totalUpdatedCells)
The total number of cells updated.
|
BatchUpdateValuesResponse |
setTotalUpdatedColumns(Integer totalUpdatedColumns)
The total number of columns where at least one cell in the column was updated.
|
BatchUpdateValuesResponse |
setTotalUpdatedRows(Integer totalUpdatedRows)
The total number of rows where at least one cell in the row was updated.
|
BatchUpdateValuesResponse |
setTotalUpdatedSheets(Integer totalUpdatedSheets)
The total number of sheets where at least one cell in the sheet was updated.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<UpdateValuesResponse> getResponses()
null for nonepublic BatchUpdateValuesResponse setResponses(List<UpdateValuesResponse> responses)
responses - responses or null for nonepublic String getSpreadsheetId()
null for nonepublic BatchUpdateValuesResponse setSpreadsheetId(String spreadsheetId)
spreadsheetId - spreadsheetId or null for nonepublic Integer getTotalUpdatedCells()
null for nonepublic BatchUpdateValuesResponse setTotalUpdatedCells(Integer totalUpdatedCells)
totalUpdatedCells - totalUpdatedCells or null for nonepublic Integer getTotalUpdatedColumns()
null for nonepublic BatchUpdateValuesResponse setTotalUpdatedColumns(Integer totalUpdatedColumns)
totalUpdatedColumns - totalUpdatedColumns or null for nonepublic Integer getTotalUpdatedRows()
null for nonepublic BatchUpdateValuesResponse setTotalUpdatedRows(Integer totalUpdatedRows)
totalUpdatedRows - totalUpdatedRows or null for nonepublic Integer getTotalUpdatedSheets()
null for nonepublic BatchUpdateValuesResponse setTotalUpdatedSheets(Integer totalUpdatedSheets)
totalUpdatedSheets - totalUpdatedSheets or null for nonepublic BatchUpdateValuesResponse set(String fieldName, Object value)
set in class GenericJsonpublic BatchUpdateValuesResponse clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.