public final class BatchGetValuesByDataFilterRequest
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 |
|---|
BatchGetValuesByDataFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetValuesByDataFilterRequest |
clone() |
List<DataFilter> |
getDataFilters()
The data filters used to match the ranges of values to retrieve.
|
String |
getDateTimeRenderOption()
How dates, times, and durations should be represented in the output.
|
String |
getMajorDimension()
The major dimension that results should use.
|
String |
getValueRenderOption()
How values should be represented in the output.
|
BatchGetValuesByDataFilterRequest |
set(String fieldName,
Object value) |
BatchGetValuesByDataFilterRequest |
setDataFilters(List<DataFilter> dataFilters)
The data filters used to match the ranges of values to retrieve.
|
BatchGetValuesByDataFilterRequest |
setDateTimeRenderOption(String dateTimeRenderOption)
How dates, times, and durations should be represented in the output.
|
BatchGetValuesByDataFilterRequest |
setMajorDimension(String majorDimension)
The major dimension that results should use.
|
BatchGetValuesByDataFilterRequest |
setValueRenderOption(String valueRenderOption)
How values should be represented in the output.
|
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 List<DataFilter> getDataFilters()
null for nonepublic BatchGetValuesByDataFilterRequest setDataFilters(List<DataFilter> dataFilters)
dataFilters - dataFilters or null for nonepublic String getDateTimeRenderOption()
null for nonepublic BatchGetValuesByDataFilterRequest setDateTimeRenderOption(String dateTimeRenderOption)
dateTimeRenderOption - dateTimeRenderOption or null for nonepublic String getMajorDimension()
null for nonepublic BatchGetValuesByDataFilterRequest setMajorDimension(String majorDimension)
majorDimension - majorDimension or null for nonepublic String getValueRenderOption()
null for nonepublic BatchGetValuesByDataFilterRequest setValueRenderOption(String valueRenderOption)
valueRenderOption - valueRenderOption or null for nonepublic BatchGetValuesByDataFilterRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic BatchGetValuesByDataFilterRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.