public final class RichLink
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 |
|---|
RichLink() |
| Modifier and Type | Method and Description |
|---|---|
RichLink |
clone() |
String |
getRichLinkId()
Output only.
|
RichLinkProperties |
getRichLinkProperties()
Output only.
|
List<String> |
getSuggestedDeletionIds()
IDs for suggestions that remove this link from the document.
|
List<String> |
getSuggestedInsertionIds()
IDs for suggestions that insert this link into the document.
|
Map<String,SuggestedTextStyle> |
getSuggestedTextStyleChanges()
The suggested text style changes to this RichLink, keyed by suggestion ID.
|
TextStyle |
getTextStyle()
The text style of this RichLink.
|
RichLink |
set(String fieldName,
Object value) |
RichLink |
setRichLinkId(String richLinkId)
Output only.
|
RichLink |
setRichLinkProperties(RichLinkProperties richLinkProperties)
Output only.
|
RichLink |
setSuggestedDeletionIds(List<String> suggestedDeletionIds)
IDs for suggestions that remove this link from the document.
|
RichLink |
setSuggestedInsertionIds(List<String> suggestedInsertionIds)
IDs for suggestions that insert this link into the document.
|
RichLink |
setSuggestedTextStyleChanges(Map<String,SuggestedTextStyle> suggestedTextStyleChanges)
The suggested text style changes to this RichLink, keyed by suggestion ID.
|
RichLink |
setTextStyle(TextStyle textStyle)
The text style of this RichLink.
|
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 getRichLinkId()
null for nonepublic RichLink setRichLinkId(String richLinkId)
richLinkId - richLinkId or null for nonepublic RichLinkProperties getRichLinkProperties()
null for nonepublic RichLink setRichLinkProperties(RichLinkProperties richLinkProperties)
richLinkProperties - richLinkProperties or null for nonepublic List<String> getSuggestedDeletionIds()
null for nonepublic RichLink setSuggestedDeletionIds(List<String> suggestedDeletionIds)
suggestedDeletionIds - suggestedDeletionIds or null for nonepublic List<String> getSuggestedInsertionIds()
null for nonepublic RichLink setSuggestedInsertionIds(List<String> suggestedInsertionIds)
suggestedInsertionIds - suggestedInsertionIds or null for nonepublic Map<String,SuggestedTextStyle> getSuggestedTextStyleChanges()
null for nonepublic RichLink setSuggestedTextStyleChanges(Map<String,SuggestedTextStyle> suggestedTextStyleChanges)
suggestedTextStyleChanges - suggestedTextStyleChanges or null for nonepublic TextStyle getTextStyle()
null for nonepublic RichLink setTextStyle(TextStyle textStyle)
textStyle - textStyle or null for nonepublic RichLink set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic RichLink clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.