public final class Tab
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 |
|---|
Tab() |
| Modifier and Type | Method and Description |
|---|---|
Tab |
clone() |
List<Tab> |
getChildTabs()
The child tabs nested within this tab.
|
DocumentTab |
getDocumentTab()
A tab with document contents, like text and images.
|
TabProperties |
getTabProperties()
The properties of the tab, like ID and title.
|
Tab |
set(String fieldName,
Object value) |
Tab |
setChildTabs(List<Tab> childTabs)
The child tabs nested within this tab.
|
Tab |
setDocumentTab(DocumentTab documentTab)
A tab with document contents, like text and images.
|
Tab |
setTabProperties(TabProperties tabProperties)
The properties of the tab, like ID and title.
|
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 List<Tab> getChildTabs()
null for nonepublic Tab setChildTabs(List<Tab> childTabs)
childTabs - childTabs or null for nonepublic DocumentTab getDocumentTab()
null for nonepublic Tab setDocumentTab(DocumentTab documentTab)
documentTab - documentTab or null for nonepublic TabProperties getTabProperties()
null for nonepublic Tab setTabProperties(TabProperties tabProperties)
tabProperties - tabProperties or null for nonepublic Tab set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Tab clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.