public final class TabProperties
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 |
---|
TabProperties() |
Modifier and Type | Method and Description |
---|---|
TabProperties |
clone() |
Integer |
getIndex()
The zero-based index of the tab within the parent.
|
Integer |
getNestingLevel()
Output only.
|
String |
getParentTabId()
Optional.
|
String |
getTabId()
Output only.
|
String |
getTitle()
The user-visible name of the tab.
|
TabProperties |
set(String fieldName,
Object value) |
TabProperties |
setIndex(Integer index)
The zero-based index of the tab within the parent.
|
TabProperties |
setNestingLevel(Integer nestingLevel)
Output only.
|
TabProperties |
setParentTabId(String parentTabId)
Optional.
|
TabProperties |
setTabId(String tabId)
Output only.
|
TabProperties |
setTitle(String title)
The user-visible name of the tab.
|
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 getIndex()
null
for nonepublic TabProperties setIndex(Integer index)
index
- index or null
for nonepublic Integer getNestingLevel()
null
for nonepublic TabProperties setNestingLevel(Integer nestingLevel)
nestingLevel
- nestingLevel or null
for nonepublic String getParentTabId()
null
for nonepublic TabProperties setParentTabId(String parentTabId)
parentTabId
- parentTabId or null
for nonepublic String getTabId()
null
for nonepublic TabProperties setTabId(String tabId)
tabId
- tabId or null
for nonepublic String getTitle()
null
for nonepublic TabProperties setTitle(String title)
title
- title or null
for nonepublic TabProperties set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public TabProperties clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.