public final class BatchUpdateSpreadsheetResponse
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| Constructor and Description |
|---|
BatchUpdateSpreadsheetResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateSpreadsheetResponse |
clone() |
java.util.List<Response> |
getReplies()
The reply of the updates.
|
java.lang.String |
getSpreadsheetId()
The spreadsheet the updates were applied to.
|
BatchUpdateSpreadsheetResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
BatchUpdateSpreadsheetResponse |
setReplies(java.util.List<Response> replies)
The reply of the updates.
|
BatchUpdateSpreadsheetResponse |
setSpreadsheetId(java.lang.String spreadsheetId)
The spreadsheet the updates were applied to.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<Response> getReplies()
null for nonepublic BatchUpdateSpreadsheetResponse setReplies(java.util.List<Response> replies)
replies - replies or null for nonepublic java.lang.String getSpreadsheetId()
null for nonepublic BatchUpdateSpreadsheetResponse setSpreadsheetId(java.lang.String spreadsheetId)
spreadsheetId - spreadsheetId or null for nonepublic BatchUpdateSpreadsheetResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic BatchUpdateSpreadsheetResponse clone()
clone in class com.google.api.client.json.GenericJson