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
Constructor and Description |
---|
DimensionProperties() |
Modifier and Type | Method and Description |
---|---|
DimensionProperties |
clone() |
java.util.List<DeveloperMetadata> |
getDeveloperMetadata()
The developer metadata associated with a single row or column.
|
java.lang.Boolean |
getHiddenByFilter()
True if this dimension is being filtered.
|
java.lang.Boolean |
getHiddenByUser()
True if this dimension is explicitly hidden.
|
java.lang.Integer |
getPixelSize()
The height (if a row) or width (if a column) of the dimension in pixels.
|
DimensionProperties |
set(java.lang.String fieldName,
java.lang.Object value) |
DimensionProperties |
setDeveloperMetadata(java.util.List<DeveloperMetadata> developerMetadata)
The developer metadata associated with a single row or column.
|
DimensionProperties |
setHiddenByFilter(java.lang.Boolean hiddenByFilter)
True if this dimension is being filtered.
|
DimensionProperties |
setHiddenByUser(java.lang.Boolean hiddenByUser)
True if this dimension is explicitly hidden.
|
DimensionProperties |
setPixelSize(java.lang.Integer pixelSize)
The height (if a row) or width (if a column) of the dimension in pixels.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.util.List<DeveloperMetadata> getDeveloperMetadata()
null
for nonepublic DimensionProperties setDeveloperMetadata(java.util.List<DeveloperMetadata> developerMetadata)
developerMetadata
- developerMetadata or null
for nonepublic java.lang.Boolean getHiddenByFilter()
null
for nonepublic DimensionProperties setHiddenByFilter(java.lang.Boolean hiddenByFilter)
hiddenByFilter
- hiddenByFilter or null
for nonepublic java.lang.Boolean getHiddenByUser()
null
for nonepublic DimensionProperties setHiddenByUser(java.lang.Boolean hiddenByUser)
hiddenByUser
- hiddenByUser or null
for nonepublic java.lang.Integer getPixelSize()
null
for nonepublic DimensionProperties setPixelSize(java.lang.Integer pixelSize)
pixelSize
- pixelSize or null
for nonepublic DimensionProperties set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public DimensionProperties clone()
clone
in class com.google.api.client.json.GenericJson