public final class TableOfContents extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TableOfContents() |
| Modifier and Type | Method and Description |
|---|---|
TableOfContents |
clone() |
List<StructuralElement> |
getContent()
The content of the table of contents.
|
List<String> |
getSuggestedDeletionIds()
The suggested deletion IDs.
|
List<String> |
getSuggestedInsertionIds()
The suggested insertion IDs.
|
TableOfContents |
set(String fieldName,
Object value) |
TableOfContents |
setContent(List<StructuralElement> content)
The content of the table of contents.
|
TableOfContents |
setSuggestedDeletionIds(List<String> suggestedDeletionIds)
The suggested deletion IDs.
|
TableOfContents |
setSuggestedInsertionIds(List<String> suggestedInsertionIds)
The suggested insertion IDs.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<StructuralElement> getContent()
null for nonepublic TableOfContents setContent(List<StructuralElement> content)
content - content or null for nonepublic List<String> getSuggestedDeletionIds()
null for nonepublic TableOfContents setSuggestedDeletionIds(List<String> suggestedDeletionIds)
suggestedDeletionIds - suggestedDeletionIds or null for nonepublic List<String> getSuggestedInsertionIds()
null for nonepublic TableOfContents setSuggestedInsertionIds(List<String> suggestedInsertionIds)
suggestedInsertionIds - suggestedInsertionIds or null for nonepublic TableOfContents set(String fieldName, Object value)
set in class GenericJsonpublic TableOfContents clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.