public final class MatchedValueRange
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 |
|---|
MatchedValueRange() |
| Modifier and Type | Method and Description |
|---|---|
MatchedValueRange |
clone() |
java.util.List<DataFilter> |
getDataFilters()
The DataFilters from the request that matched the range of values.
|
ValueRange |
getValueRange()
The values matched by the DataFilter.
|
MatchedValueRange |
set(java.lang.String fieldName,
java.lang.Object value) |
MatchedValueRange |
setDataFilters(java.util.List<DataFilter> dataFilters)
The DataFilters from the request that matched the range of values.
|
MatchedValueRange |
setValueRange(ValueRange valueRange)
The values matched by the DataFilter.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<DataFilter> getDataFilters()
null for nonepublic MatchedValueRange setDataFilters(java.util.List<DataFilter> dataFilters)
dataFilters - dataFilters or null for nonepublic ValueRange getValueRange()
null for nonepublic MatchedValueRange setValueRange(ValueRange valueRange)
valueRange - valueRange or null for nonepublic MatchedValueRange set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic MatchedValueRange clone()
clone in class com.google.api.client.json.GenericJson