public final class DataFilterValueRange
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 |
|---|
DataFilterValueRange() |
| Modifier and Type | Method and Description |
|---|---|
DataFilterValueRange |
clone() |
DataFilter |
getDataFilter()
The data filter describing the location of the values in the spreadsheet.
|
java.lang.String |
getMajorDimension()
The major dimension of the values.
|
java.util.List<java.util.List<java.lang.Object>> |
getValues()
The data to be written.
|
DataFilterValueRange |
set(java.lang.String fieldName,
java.lang.Object value) |
DataFilterValueRange |
setDataFilter(DataFilter dataFilter)
The data filter describing the location of the values in the spreadsheet.
|
DataFilterValueRange |
setMajorDimension(java.lang.String majorDimension)
The major dimension of the values.
|
DataFilterValueRange |
setValues(java.util.List<java.util.List<java.lang.Object>> values)
The data to be written.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic DataFilter getDataFilter()
null for nonepublic DataFilterValueRange setDataFilter(DataFilter dataFilter)
dataFilter - dataFilter or null for nonepublic java.lang.String getMajorDimension()
null for nonepublic DataFilterValueRange setMajorDimension(java.lang.String majorDimension)
majorDimension - majorDimension or null for nonepublic java.util.List<java.util.List<java.lang.Object>> getValues()
null for nonepublic DataFilterValueRange setValues(java.util.List<java.util.List<java.lang.Object>> values)
values - values or null for nonepublic DataFilterValueRange set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DataFilterValueRange clone()
clone in class com.google.api.client.json.GenericJson