public final class DataFilter
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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DataFilter() |
| Modifier and Type | Method and Description |
|---|---|
DataFilter |
clone() |
String |
getA1Range()
Selects data that matches the specified A1 range.
|
DeveloperMetadataLookup |
getDeveloperMetadataLookup()
Selects data associated with the developer metadata matching the criteria described by this
DeveloperMetadataLookup.
|
GridRange |
getGridRange()
Selects data that matches the range described by the GridRange.
|
DataFilter |
set(String fieldName,
Object value) |
DataFilter |
setA1Range(String a1Range)
Selects data that matches the specified A1 range.
|
DataFilter |
setDeveloperMetadataLookup(DeveloperMetadataLookup developerMetadataLookup)
Selects data associated with the developer metadata matching the criteria described by this
DeveloperMetadataLookup.
|
DataFilter |
setGridRange(GridRange gridRange)
Selects data that matches the range described by the GridRange.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getA1Range()
null for nonepublic DataFilter setA1Range(String a1Range)
a1Range - a1Range or null for nonepublic DeveloperMetadataLookup getDeveloperMetadataLookup()
null for nonepublic DataFilter setDeveloperMetadataLookup(DeveloperMetadataLookup developerMetadataLookup)
developerMetadataLookup - developerMetadataLookup or null for nonepublic GridRange getGridRange()
null for nonepublic DataFilter setGridRange(GridRange gridRange)
gridRange - gridRange or null for nonepublic DataFilter set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DataFilter clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.