public final class InsertTableRequest
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 |
|---|
InsertTableRequest() |
| Modifier and Type | Method and Description |
|---|---|
InsertTableRequest |
clone() |
Integer |
getColumns()
The number of columns in the table.
|
EndOfSegmentLocation |
getEndOfSegmentLocation()
Inserts the table at the end of the given header, footer or document body.
|
Location |
getLocation()
Inserts the table at a specific model index.
|
Integer |
getRows()
The number of rows in the table.
|
InsertTableRequest |
set(String fieldName,
Object value) |
InsertTableRequest |
setColumns(Integer columns)
The number of columns in the table.
|
InsertTableRequest |
setEndOfSegmentLocation(EndOfSegmentLocation endOfSegmentLocation)
Inserts the table at the end of the given header, footer or document body.
|
InsertTableRequest |
setLocation(Location location)
Inserts the table at a specific model index.
|
InsertTableRequest |
setRows(Integer rows)
The number of rows in the table.
|
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 Integer getColumns()
null for nonepublic InsertTableRequest setColumns(Integer columns)
columns - columns or null for nonepublic EndOfSegmentLocation getEndOfSegmentLocation()
null for nonepublic InsertTableRequest setEndOfSegmentLocation(EndOfSegmentLocation endOfSegmentLocation)
endOfSegmentLocation - endOfSegmentLocation or null for nonepublic Location getLocation()
null for nonepublic InsertTableRequest setLocation(Location location)
location - location or null for nonepublic Integer getRows()
null for nonepublic InsertTableRequest setRows(Integer rows)
rows - rows or null for nonepublic InsertTableRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InsertTableRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.