public final class DimensionProperties 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: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DimensionProperties() |
| Modifier and Type | Method and Description |
|---|---|
DimensionProperties |
clone() |
DataSourceColumnReference |
getDataSourceColumnReference()
Output only.
|
List<DeveloperMetadata> |
getDeveloperMetadata()
The developer metadata associated with a single row or column.
|
Boolean |
getHiddenByFilter()
True if this dimension is being filtered.
|
Boolean |
getHiddenByUser()
True if this dimension is explicitly hidden.
|
Integer |
getPixelSize()
The height (if a row) or width (if a column) of the dimension in pixels.
|
DimensionProperties |
set(String fieldName,
Object value) |
DimensionProperties |
setDataSourceColumnReference(DataSourceColumnReference dataSourceColumnReference)
Output only.
|
DimensionProperties |
setDeveloperMetadata(List<DeveloperMetadata> developerMetadata)
The developer metadata associated with a single row or column.
|
DimensionProperties |
setHiddenByFilter(Boolean hiddenByFilter)
True if this dimension is being filtered.
|
DimensionProperties |
setHiddenByUser(Boolean hiddenByUser)
True if this dimension is explicitly hidden.
|
DimensionProperties |
setPixelSize(Integer pixelSize)
The height (if a row) or width (if a column) of the dimension in pixels.
|
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 DataSourceColumnReference getDataSourceColumnReference()
null for nonepublic DimensionProperties setDataSourceColumnReference(DataSourceColumnReference dataSourceColumnReference)
dataSourceColumnReference - dataSourceColumnReference or null for nonepublic List<DeveloperMetadata> getDeveloperMetadata()
null for nonepublic DimensionProperties setDeveloperMetadata(List<DeveloperMetadata> developerMetadata)
developerMetadata - developerMetadata or null for nonepublic Boolean getHiddenByFilter()
null for nonepublic DimensionProperties setHiddenByFilter(Boolean hiddenByFilter)
hiddenByFilter - hiddenByFilter or null for nonepublic Boolean getHiddenByUser()
null for nonepublic DimensionProperties setHiddenByUser(Boolean hiddenByUser)
hiddenByUser - hiddenByUser or null for nonepublic Integer getPixelSize()
null for nonepublic DimensionProperties setPixelSize(Integer pixelSize)
pixelSize - pixelSize or null for nonepublic DimensionProperties set(String fieldName, Object value)
set in class GenericJsonpublic DimensionProperties clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.