public final class InlineObject
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 |
|---|
InlineObject() |
| Modifier and Type | Method and Description |
|---|---|
InlineObject |
clone() |
InlineObjectProperties |
getInlineObjectProperties()
The properties of this inline object.
|
String |
getObjectId()
The ID of this inline object.
|
List<String> |
getSuggestedDeletionIds()
The suggested deletion IDs.
|
Map<String,SuggestedInlineObjectProperties> |
getSuggestedInlineObjectPropertiesChanges()
The suggested changes to the inline object properties, keyed by suggestion ID.
|
String |
getSuggestedInsertionId()
The suggested insertion ID.
|
InlineObject |
set(String fieldName,
Object value) |
InlineObject |
setInlineObjectProperties(InlineObjectProperties inlineObjectProperties)
The properties of this inline object.
|
InlineObject |
setObjectId(String objectId)
The ID of this inline object.
|
InlineObject |
setSuggestedDeletionIds(List<String> suggestedDeletionIds)
The suggested deletion IDs.
|
InlineObject |
setSuggestedInlineObjectPropertiesChanges(Map<String,SuggestedInlineObjectProperties> suggestedInlineObjectPropertiesChanges)
The suggested changes to the inline object properties, keyed by suggestion ID.
|
InlineObject |
setSuggestedInsertionId(String suggestedInsertionId)
The suggested insertion ID.
|
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 InlineObjectProperties getInlineObjectProperties()
null for nonepublic InlineObject setInlineObjectProperties(InlineObjectProperties inlineObjectProperties)
inlineObjectProperties - inlineObjectProperties or null for nonepublic String getObjectId()
null for nonepublic InlineObject setObjectId(String objectId)
objectId - objectId or null for nonepublic List<String> getSuggestedDeletionIds()
null for nonepublic InlineObject setSuggestedDeletionIds(List<String> suggestedDeletionIds)
suggestedDeletionIds - suggestedDeletionIds or null for nonepublic Map<String,SuggestedInlineObjectProperties> getSuggestedInlineObjectPropertiesChanges()
null for nonepublic InlineObject setSuggestedInlineObjectPropertiesChanges(Map<String,SuggestedInlineObjectProperties> suggestedInlineObjectPropertiesChanges)
suggestedInlineObjectPropertiesChanges - suggestedInlineObjectPropertiesChanges or null for nonepublic String getSuggestedInsertionId()
null for nonepublic InlineObject setSuggestedInsertionId(String suggestedInsertionId)
suggestedInsertionId - suggestedInsertionId or null for nonepublic InlineObject set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InlineObject clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.