public final class BatchUpdateValuesByDataFilterResponse
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 |
---|
BatchUpdateValuesByDataFilterResponse() |
Modifier and Type | Method and Description |
---|---|
BatchUpdateValuesByDataFilterResponse |
clone() |
java.util.List<UpdateValuesByDataFilterResponse> |
getResponses()
The response for each range updated.
|
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.
|
BatchUpdateValuesByDataFilterResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
BatchUpdateValuesByDataFilterResponse |
setResponses(java.util.List<UpdateValuesByDataFilterResponse> responses)
The response for each range updated.
|
BatchUpdateValuesByDataFilterResponse |
setSpreadsheetId(java.lang.String spreadsheetId)
The spreadsheet the updates were applied to.
|
BatchUpdateValuesByDataFilterResponse |
setTotalUpdatedCells(java.lang.Integer totalUpdatedCells)
The total number of cells updated.
|
BatchUpdateValuesByDataFilterResponse |
setTotalUpdatedColumns(java.lang.Integer totalUpdatedColumns)
The total number of columns where at least one cell in the column was updated.
|
BatchUpdateValuesByDataFilterResponse |
setTotalUpdatedRows(java.lang.Integer totalUpdatedRows)
The total number of rows where at least one cell in the row was updated.
|
BatchUpdateValuesByDataFilterResponse |
setTotalUpdatedSheets(java.lang.Integer totalUpdatedSheets)
The total number of sheets where at least one cell in the sheet was updated.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public BatchUpdateValuesByDataFilterResponse()
public java.util.List<UpdateValuesByDataFilterResponse> getResponses()
null
for nonepublic BatchUpdateValuesByDataFilterResponse setResponses(java.util.List<UpdateValuesByDataFilterResponse> responses)
responses
- responses or null
for nonepublic java.lang.String getSpreadsheetId()
null
for nonepublic BatchUpdateValuesByDataFilterResponse setSpreadsheetId(java.lang.String spreadsheetId)
spreadsheetId
- spreadsheetId or null
for nonepublic java.lang.Integer getTotalUpdatedCells()
null
for nonepublic BatchUpdateValuesByDataFilterResponse setTotalUpdatedCells(java.lang.Integer totalUpdatedCells)
totalUpdatedCells
- totalUpdatedCells or null
for nonepublic java.lang.Integer getTotalUpdatedColumns()
null
for nonepublic BatchUpdateValuesByDataFilterResponse setTotalUpdatedColumns(java.lang.Integer totalUpdatedColumns)
totalUpdatedColumns
- totalUpdatedColumns or null
for nonepublic java.lang.Integer getTotalUpdatedRows()
null
for nonepublic BatchUpdateValuesByDataFilterResponse setTotalUpdatedRows(java.lang.Integer totalUpdatedRows)
totalUpdatedRows
- totalUpdatedRows or null
for nonepublic java.lang.Integer getTotalUpdatedSheets()
null
for nonepublic BatchUpdateValuesByDataFilterResponse setTotalUpdatedSheets(java.lang.Integer totalUpdatedSheets)
totalUpdatedSheets
- totalUpdatedSheets or null
for nonepublic BatchUpdateValuesByDataFilterResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public BatchUpdateValuesByDataFilterResponse clone()
clone
in class com.google.api.client.json.GenericJson