public final class BatchClearValuesByDataFilterRequest extends 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: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BatchClearValuesByDataFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchClearValuesByDataFilterRequest |
clone() |
List<DataFilter> |
getDataFilters()
The DataFilters used to determine which ranges to clear.
|
BatchClearValuesByDataFilterRequest |
set(String fieldName,
Object value) |
BatchClearValuesByDataFilterRequest |
setDataFilters(List<DataFilter> dataFilters)
The DataFilters used to determine which ranges to clear.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic List<DataFilter> getDataFilters()
null for nonepublic BatchClearValuesByDataFilterRequest setDataFilters(List<DataFilter> dataFilters)
dataFilters - dataFilters or null for nonepublic BatchClearValuesByDataFilterRequest set(String fieldName, Object value)
set in class GenericJsonpublic BatchClearValuesByDataFilterRequest clone()
clone in class GenericJson