public final class UpdateValuesResponse 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 |
|---|
UpdateValuesResponse() |
| Modifier and Type | Method and Description |
|---|---|
UpdateValuesResponse |
clone() |
String |
getSpreadsheetId()
The spreadsheet the updates were applied to.
|
Integer |
getUpdatedCells()
The number of cells updated.
|
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.
|
String |
getUpdatedRange()
The range (in A1 notation) that updates were applied to.
|
Integer |
getUpdatedRows()
The number of rows where at least one cell in the row was updated.
|
UpdateValuesResponse |
set(String fieldName,
Object value) |
UpdateValuesResponse |
setSpreadsheetId(String spreadsheetId)
The spreadsheet the updates were applied to.
|
UpdateValuesResponse |
setUpdatedCells(Integer updatedCells)
The number of cells updated.
|
UpdateValuesResponse |
setUpdatedColumns(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(String updatedRange)
The range (in A1 notation) that updates were applied to.
|
UpdateValuesResponse |
setUpdatedRows(Integer updatedRows)
The number of rows where at least one cell in the row 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 String getSpreadsheetId()
null for nonepublic UpdateValuesResponse setSpreadsheetId(String spreadsheetId)
spreadsheetId - spreadsheetId or null for nonepublic Integer getUpdatedCells()
null for nonepublic UpdateValuesResponse setUpdatedCells(Integer updatedCells)
updatedCells - updatedCells or null for nonepublic Integer getUpdatedColumns()
null for nonepublic UpdateValuesResponse setUpdatedColumns(Integer updatedColumns)
updatedColumns - updatedColumns or null for nonepublic ValueRange getUpdatedData()
null for nonepublic UpdateValuesResponse setUpdatedData(ValueRange updatedData)
updatedData - updatedData or null for nonepublic String getUpdatedRange()
null for nonepublic UpdateValuesResponse setUpdatedRange(String updatedRange)
updatedRange - updatedRange or null for nonepublic Integer getUpdatedRows()
null for nonepublic UpdateValuesResponse setUpdatedRows(Integer updatedRows)
updatedRows - updatedRows or null for nonepublic UpdateValuesResponse set(String fieldName, Object value)
set in class GenericJsonpublic UpdateValuesResponse clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.