public final class UpdateTableRowStyleRequest
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 |
|---|
UpdateTableRowStyleRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateTableRowStyleRequest |
clone() |
String |
getFields()
The fields that should be updated.
|
List<Integer> |
getRowIndices()
The list of zero-based row indices whose style should be updated.
|
TableRowStyle |
getTableRowStyle()
The styles to be set on the rows.
|
Location |
getTableStartLocation()
The location where the table starts in the document.
|
UpdateTableRowStyleRequest |
set(String fieldName,
Object value) |
UpdateTableRowStyleRequest |
setFields(String fields)
The fields that should be updated.
|
UpdateTableRowStyleRequest |
setRowIndices(List<Integer> rowIndices)
The list of zero-based row indices whose style should be updated.
|
UpdateTableRowStyleRequest |
setTableRowStyle(TableRowStyle tableRowStyle)
The styles to be set on the rows.
|
UpdateTableRowStyleRequest |
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 UpdateTableRowStyleRequest setFields(String fields)
fields - fields or null for nonepublic List<Integer> getRowIndices()
null for nonepublic UpdateTableRowStyleRequest setRowIndices(List<Integer> rowIndices)
rowIndices - rowIndices or null for nonepublic TableRowStyle getTableRowStyle()
null for nonepublic UpdateTableRowStyleRequest setTableRowStyle(TableRowStyle tableRowStyle)
tableRowStyle - tableRowStyle or null for nonepublic Location getTableStartLocation()
null for nonepublic UpdateTableRowStyleRequest setTableStartLocation(Location tableStartLocation)
tableStartLocation - tableStartLocation or null for nonepublic UpdateTableRowStyleRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UpdateTableRowStyleRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.