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.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 |
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, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic 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.GenericJsonpublic DimensionProperties clone()
clone in class com.google.api.client.json.GenericJson