public final class TableColumnProperties
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 |
---|
TableColumnProperties() |
Modifier and Type | Method and Description |
---|---|
TableColumnProperties |
clone() |
Integer |
getColumnIndex()
The 0-based column index.
|
String |
getColumnName()
The column name.
|
String |
getColumnType()
The column type.
|
TableColumnDataValidationRule |
getDataValidationRule()
The column data validation rule.
|
TableColumnProperties |
set(String fieldName,
Object value) |
TableColumnProperties |
setColumnIndex(Integer columnIndex)
The 0-based column index.
|
TableColumnProperties |
setColumnName(String columnName)
The column name.
|
TableColumnProperties |
setColumnType(String columnType)
The column type.
|
TableColumnProperties |
setDataValidationRule(TableColumnDataValidationRule dataValidationRule)
The column data validation rule.
|
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 Integer getColumnIndex()
null
for nonepublic TableColumnProperties setColumnIndex(Integer columnIndex)
columnIndex
- columnIndex or null
for nonepublic String getColumnName()
null
for nonepublic TableColumnProperties setColumnName(String columnName)
columnName
- columnName or null
for nonepublic String getColumnType()
null
for nonepublic TableColumnProperties setColumnType(String columnType)
columnType
- columnType or null
for nonepublic TableColumnDataValidationRule getDataValidationRule()
null
for nonepublic TableColumnProperties setDataValidationRule(TableColumnDataValidationRule dataValidationRule)
dataValidationRule
- dataValidationRule or null
for nonepublic TableColumnProperties set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public TableColumnProperties clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.