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