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.Flags
AbstractMap.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, 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 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 GenericJson
public TableOfContents clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.