public final class SectionBreak
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 |
|---|
SectionBreak() |
| Modifier and Type | Method and Description |
|---|---|
SectionBreak |
clone() |
SectionStyle |
getSectionStyle()
The style of the section after this section break.
|
List<String> |
getSuggestedDeletionIds()
The suggested deletion IDs.
|
List<String> |
getSuggestedInsertionIds()
The suggested insertion IDs.
|
SectionBreak |
set(String fieldName,
Object value) |
SectionBreak |
setSectionStyle(SectionStyle sectionStyle)
The style of the section after this section break.
|
SectionBreak |
setSuggestedDeletionIds(List<String> suggestedDeletionIds)
The suggested deletion IDs.
|
SectionBreak |
setSuggestedInsertionIds(List<String> suggestedInsertionIds)
The suggested insertion IDs.
|
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 SectionStyle getSectionStyle()
null for nonepublic SectionBreak setSectionStyle(SectionStyle sectionStyle)
sectionStyle - sectionStyle or null for nonepublic List<String> getSuggestedDeletionIds()
null for nonepublic SectionBreak setSuggestedDeletionIds(List<String> suggestedDeletionIds)
suggestedDeletionIds - suggestedDeletionIds or null for nonepublic List<String> getSuggestedInsertionIds()
null for nonepublic SectionBreak setSuggestedInsertionIds(List<String> suggestedInsertionIds)
suggestedInsertionIds - suggestedInsertionIds or null for nonepublic SectionBreak set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SectionBreak clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.