public final class FootnoteReference
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 |
|---|
FootnoteReference() |
| Modifier and Type | Method and Description |
|---|---|
FootnoteReference |
clone() |
String |
getFootnoteId()
The ID of the footnote that contains the content of this footnote reference.
|
String |
getFootnoteNumber()
The rendered number of this footnote.
|
List<String> |
getSuggestedDeletionIds()
The suggested deletion IDs.
|
List<String> |
getSuggestedInsertionIds()
The suggested insertion IDs.
|
Map<String,SuggestedTextStyle> |
getSuggestedTextStyleChanges()
The suggested text style changes to this FootnoteReference, keyed by suggestion ID.
|
TextStyle |
getTextStyle()
The text style of this FootnoteReference.
|
FootnoteReference |
set(String fieldName,
Object value) |
FootnoteReference |
setFootnoteId(String footnoteId)
The ID of the footnote that contains the content of this footnote reference.
|
FootnoteReference |
setFootnoteNumber(String footnoteNumber)
The rendered number of this footnote.
|
FootnoteReference |
setSuggestedDeletionIds(List<String> suggestedDeletionIds)
The suggested deletion IDs.
|
FootnoteReference |
setSuggestedInsertionIds(List<String> suggestedInsertionIds)
The suggested insertion IDs.
|
FootnoteReference |
setSuggestedTextStyleChanges(Map<String,SuggestedTextStyle> suggestedTextStyleChanges)
The suggested text style changes to this FootnoteReference, keyed by suggestion ID.
|
FootnoteReference |
setTextStyle(TextStyle textStyle)
The text style of this FootnoteReference.
|
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 String getFootnoteId()
null for nonepublic FootnoteReference setFootnoteId(String footnoteId)
footnoteId - footnoteId or null for nonepublic String getFootnoteNumber()
null for nonepublic FootnoteReference setFootnoteNumber(String footnoteNumber)
footnoteNumber - footnoteNumber or null for nonepublic List<String> getSuggestedDeletionIds()
null for nonepublic FootnoteReference setSuggestedDeletionIds(List<String> suggestedDeletionIds)
suggestedDeletionIds - suggestedDeletionIds or null for nonepublic List<String> getSuggestedInsertionIds()
null for nonepublic FootnoteReference setSuggestedInsertionIds(List<String> suggestedInsertionIds)
suggestedInsertionIds - suggestedInsertionIds or null for nonepublic Map<String,SuggestedTextStyle> getSuggestedTextStyleChanges()
null for nonepublic FootnoteReference setSuggestedTextStyleChanges(Map<String,SuggestedTextStyle> suggestedTextStyleChanges)
suggestedTextStyleChanges - suggestedTextStyleChanges or null for nonepublic TextStyle getTextStyle()
null for nonepublic FootnoteReference setTextStyle(TextStyle textStyle)
textStyle - textStyle or null for nonepublic FootnoteReference set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FootnoteReference clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.