public final class PinTableHeaderRowsRequest
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
PinTableHeaderRowsRequest() |
Modifier and Type | Method and Description |
---|---|
PinTableHeaderRowsRequest |
clone() |
Integer |
getPinnedHeaderRowsCount()
The number of table rows to pin, where 0 implies that all rows are unpinned.
|
Location |
getTableStartLocation()
The location where the table starts in the document.
|
PinTableHeaderRowsRequest |
set(String fieldName,
Object value) |
PinTableHeaderRowsRequest |
setPinnedHeaderRowsCount(Integer pinnedHeaderRowsCount)
The number of table rows to pin, where 0 implies that all rows are unpinned.
|
PinTableHeaderRowsRequest |
setTableStartLocation(Location tableStartLocation)
The location where the table starts in the document.
|
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 getPinnedHeaderRowsCount()
null
for nonepublic PinTableHeaderRowsRequest setPinnedHeaderRowsCount(Integer pinnedHeaderRowsCount)
pinnedHeaderRowsCount
- pinnedHeaderRowsCount or null
for nonepublic Location getTableStartLocation()
null
for nonepublic PinTableHeaderRowsRequest setTableStartLocation(Location tableStartLocation)
tableStartLocation
- tableStartLocation or null
for nonepublic PinTableHeaderRowsRequest set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public PinTableHeaderRowsRequest clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2023 Google. All rights reserved.