public final class UpdateValuesByDataFilterResponse
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 |
|---|
UpdateValuesByDataFilterResponse() |
| Modifier and Type | Method and Description |
|---|---|
UpdateValuesByDataFilterResponse |
clone() |
DataFilter |
getDataFilter()
The data filter that selected the range that was updated.
|
java.lang.Integer |
getUpdatedCells()
The number of cells updated.
|
java.lang.Integer |
getUpdatedColumns()
The number of columns where at least one cell in the column was updated.
|
ValueRange |
getUpdatedData()
The values of the cells in the range matched by the dataFilter after all updates were applied.
|
java.lang.String |
getUpdatedRange()
The range (in A1 notation) that updates were applied to.
|
java.lang.Integer |
getUpdatedRows()
The number of rows where at least one cell in the row was updated.
|
UpdateValuesByDataFilterResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
UpdateValuesByDataFilterResponse |
setDataFilter(DataFilter dataFilter)
The data filter that selected the range that was updated.
|
UpdateValuesByDataFilterResponse |
setUpdatedCells(java.lang.Integer updatedCells)
The number of cells updated.
|
UpdateValuesByDataFilterResponse |
setUpdatedColumns(java.lang.Integer updatedColumns)
The number of columns where at least one cell in the column was updated.
|
UpdateValuesByDataFilterResponse |
setUpdatedData(ValueRange updatedData)
The values of the cells in the range matched by the dataFilter after all updates were applied.
|
UpdateValuesByDataFilterResponse |
setUpdatedRange(java.lang.String updatedRange)
The range (in A1 notation) that updates were applied to.
|
UpdateValuesByDataFilterResponse |
setUpdatedRows(java.lang.Integer updatedRows)
The number of rows where at least one cell in the row was updated.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic DataFilter getDataFilter()
null for nonepublic UpdateValuesByDataFilterResponse setDataFilter(DataFilter dataFilter)
dataFilter - dataFilter or null for nonepublic java.lang.Integer getUpdatedCells()
null for nonepublic UpdateValuesByDataFilterResponse setUpdatedCells(java.lang.Integer updatedCells)
updatedCells - updatedCells or null for nonepublic java.lang.Integer getUpdatedColumns()
null for nonepublic UpdateValuesByDataFilterResponse setUpdatedColumns(java.lang.Integer updatedColumns)
updatedColumns - updatedColumns or null for nonepublic ValueRange getUpdatedData()
null for nonepublic UpdateValuesByDataFilterResponse setUpdatedData(ValueRange updatedData)
updatedData - updatedData or null for nonepublic java.lang.String getUpdatedRange()
null for nonepublic UpdateValuesByDataFilterResponse setUpdatedRange(java.lang.String updatedRange)
updatedRange - updatedRange or null for nonepublic java.lang.Integer getUpdatedRows()
null for nonepublic UpdateValuesByDataFilterResponse setUpdatedRows(java.lang.Integer updatedRows)
updatedRows - updatedRows or null for nonepublic UpdateValuesByDataFilterResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic UpdateValuesByDataFilterResponse clone()
clone in class com.google.api.client.json.GenericJson