public final class DimensionProperties
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
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 com.google.api.client.json.GenericJson
public DimensionProperties clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.