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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TabProperties() |
| Modifier and Type | Method and Description |
|---|---|
TabProperties |
clone() |
String |
getIconEmoji()
Optional.
|
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 |
setIconEmoji(String iconEmoji)
Optional.
|
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, 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 getIconEmoji()
null for nonepublic TabProperties setIconEmoji(String iconEmoji)
iconEmoji - iconEmoji or null for nonepublic 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.GenericJsonpublic TabProperties clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.