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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 com.google.api.client.json.GenericJson
public UpdateValuesResponse clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.