public final class GridProperties
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 |
|---|
GridProperties() |
| Modifier and Type | Method and Description |
|---|---|
GridProperties |
clone() |
java.lang.Integer |
getColumnCount()
The number of columns in the grid.
|
java.lang.Boolean |
getColumnGroupControlAfter()
True if the column grouping control toggle is shown after the group.
|
java.lang.Integer |
getFrozenColumnCount()
The number of columns that are frozen in the grid.
|
java.lang.Integer |
getFrozenRowCount()
The number of rows that are frozen in the grid.
|
java.lang.Boolean |
getHideGridlines()
True if the grid isn't showing gridlines in the UI.
|
java.lang.Integer |
getRowCount()
The number of rows in the grid.
|
java.lang.Boolean |
getRowGroupControlAfter()
True if the row grouping control toggle is shown after the group.
|
GridProperties |
set(java.lang.String fieldName,
java.lang.Object value) |
GridProperties |
setColumnCount(java.lang.Integer columnCount)
The number of columns in the grid.
|
GridProperties |
setColumnGroupControlAfter(java.lang.Boolean columnGroupControlAfter)
True if the column grouping control toggle is shown after the group.
|
GridProperties |
setFrozenColumnCount(java.lang.Integer frozenColumnCount)
The number of columns that are frozen in the grid.
|
GridProperties |
setFrozenRowCount(java.lang.Integer frozenRowCount)
The number of rows that are frozen in the grid.
|
GridProperties |
setHideGridlines(java.lang.Boolean hideGridlines)
True if the grid isn't showing gridlines in the UI.
|
GridProperties |
setRowCount(java.lang.Integer rowCount)
The number of rows in the grid.
|
GridProperties |
setRowGroupControlAfter(java.lang.Boolean rowGroupControlAfter)
True if the row grouping control toggle is shown after the group.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Integer getColumnCount()
null for nonepublic GridProperties setColumnCount(java.lang.Integer columnCount)
columnCount - columnCount or null for nonepublic java.lang.Boolean getColumnGroupControlAfter()
null for nonepublic GridProperties setColumnGroupControlAfter(java.lang.Boolean columnGroupControlAfter)
columnGroupControlAfter - columnGroupControlAfter or null for nonepublic java.lang.Integer getFrozenColumnCount()
null for nonepublic GridProperties setFrozenColumnCount(java.lang.Integer frozenColumnCount)
frozenColumnCount - frozenColumnCount or null for nonepublic java.lang.Integer getFrozenRowCount()
null for nonepublic GridProperties setFrozenRowCount(java.lang.Integer frozenRowCount)
frozenRowCount - frozenRowCount or null for nonepublic java.lang.Boolean getHideGridlines()
null for nonepublic GridProperties setHideGridlines(java.lang.Boolean hideGridlines)
hideGridlines - hideGridlines or null for nonepublic java.lang.Integer getRowCount()
null for nonepublic GridProperties setRowCount(java.lang.Integer rowCount)
rowCount - rowCount or null for nonepublic java.lang.Boolean getRowGroupControlAfter()
null for nonepublic GridProperties setRowGroupControlAfter(java.lang.Boolean rowGroupControlAfter)
rowGroupControlAfter - rowGroupControlAfter or null for nonepublic GridProperties set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GridProperties clone()
clone in class com.google.api.client.json.GenericJson