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.Flags| Constructor and Description |
|---|
BatchGetValuesByDataFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetValuesByDataFilterRequest |
clone() |
java.util.List<DataFilter> |
getDataFilters()
The data filters used to match the ranges of values to retrieve.
|
java.lang.String |
getDateTimeRenderOption()
How dates, times, and durations should be represented in the output.
|
java.lang.String |
getMajorDimension()
The major dimension that results should use.
|
java.lang.String |
getValueRenderOption()
How values should be represented in the output.
|
BatchGetValuesByDataFilterRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
BatchGetValuesByDataFilterRequest |
setDataFilters(java.util.List<DataFilter> dataFilters)
The data filters used to match the ranges of values to retrieve.
|
BatchGetValuesByDataFilterRequest |
setDateTimeRenderOption(java.lang.String dateTimeRenderOption)
How dates, times, and durations should be represented in the output.
|
BatchGetValuesByDataFilterRequest |
setMajorDimension(java.lang.String majorDimension)
The major dimension that results should use.
|
BatchGetValuesByDataFilterRequest |
setValueRenderOption(java.lang.String valueRenderOption)
How values should be represented in the output.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<DataFilter> getDataFilters()
null for nonepublic BatchGetValuesByDataFilterRequest setDataFilters(java.util.List<DataFilter> dataFilters)
dataFilters - dataFilters or null for nonepublic java.lang.String getDateTimeRenderOption()
null for nonepublic BatchGetValuesByDataFilterRequest setDateTimeRenderOption(java.lang.String dateTimeRenderOption)
dateTimeRenderOption - dateTimeRenderOption or null for nonepublic java.lang.String getMajorDimension()
null for nonepublic BatchGetValuesByDataFilterRequest setMajorDimension(java.lang.String majorDimension)
majorDimension - majorDimension or null for nonepublic java.lang.String getValueRenderOption()
null for nonepublic BatchGetValuesByDataFilterRequest setValueRenderOption(java.lang.String valueRenderOption)
valueRenderOption - valueRenderOption or null for nonepublic BatchGetValuesByDataFilterRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic BatchGetValuesByDataFilterRequest clone()
clone in class com.google.api.client.json.GenericJson