public final class UpdateTableColumnPropertiesRequest
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 Docs 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UpdateTableColumnPropertiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateTableColumnPropertiesRequest |
clone() |
List<Integer> |
getColumnIndices()
The list of zero-based column indices whose property should be updated.
|
String |
getFields()
The fields that should be updated.
|
TableColumnProperties |
getTableColumnProperties()
The table column properties to update.
|
Location |
getTableStartLocation()
The location where the table starts in the document.
|
UpdateTableColumnPropertiesRequest |
set(String fieldName,
Object value) |
UpdateTableColumnPropertiesRequest |
setColumnIndices(List<Integer> columnIndices)
The list of zero-based column indices whose property should be updated.
|
UpdateTableColumnPropertiesRequest |
setFields(String fields)
The fields that should be updated.
|
UpdateTableColumnPropertiesRequest |
setTableColumnProperties(TableColumnProperties tableColumnProperties)
The table column properties to update.
|
UpdateTableColumnPropertiesRequest |
setTableStartLocation(Location tableStartLocation)
The location where the table starts in the document.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<Integer> getColumnIndices()
null for nonepublic UpdateTableColumnPropertiesRequest setColumnIndices(List<Integer> columnIndices)
columnIndices - columnIndices or null for nonepublic String getFields()
null for nonepublic UpdateTableColumnPropertiesRequest setFields(String fields)
fields - fields or null for nonepublic TableColumnProperties getTableColumnProperties()
null for nonepublic UpdateTableColumnPropertiesRequest setTableColumnProperties(TableColumnProperties tableColumnProperties)
tableColumnProperties - tableColumnProperties or null for nonepublic Location getTableStartLocation()
null for nonepublic UpdateTableColumnPropertiesRequest setTableStartLocation(Location tableStartLocation)
tableStartLocation - tableStartLocation or null for nonepublic UpdateTableColumnPropertiesRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UpdateTableColumnPropertiesRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.