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