public final class UpdateTableCellStyleRequest
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 |
|---|
UpdateTableCellStyleRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateTableCellStyleRequest |
clone() |
String |
getFields()
The fields that should be updated.
|
TableCellStyle |
getTableCellStyle()
The style to set on the table cells.
|
TableRange |
getTableRange()
The table range representing the subset of the table to which the updates are applied.
|
Location |
getTableStartLocation()
The location where the table starts in the document.
|
UpdateTableCellStyleRequest |
set(String fieldName,
Object value) |
UpdateTableCellStyleRequest |
setFields(String fields)
The fields that should be updated.
|
UpdateTableCellStyleRequest |
setTableCellStyle(TableCellStyle tableCellStyle)
The style to set on the table cells.
|
UpdateTableCellStyleRequest |
setTableRange(TableRange tableRange)
The table range representing the subset of the table to which the updates are applied.
|
UpdateTableCellStyleRequest |
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 String getFields()
null for nonepublic UpdateTableCellStyleRequest setFields(String fields)
fields - fields or null for nonepublic TableCellStyle getTableCellStyle()
null for nonepublic UpdateTableCellStyleRequest setTableCellStyle(TableCellStyle tableCellStyle)
tableCellStyle - tableCellStyle or null for nonepublic TableRange getTableRange()
null for nonepublic UpdateTableCellStyleRequest setTableRange(TableRange tableRange)
tableRange - tableRange or null for nonepublic Location getTableStartLocation()
null for nonepublic UpdateTableCellStyleRequest setTableStartLocation(Location tableStartLocation)
tableStartLocation - tableStartLocation or null for nonepublic UpdateTableCellStyleRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UpdateTableCellStyleRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.