public final class PersonMetadata
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 People 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 |
|---|
PersonMetadata() |
| Modifier and Type | Method and Description |
|---|---|
PersonMetadata |
clone() |
Boolean |
getDeleted()
Output only.
|
List<String> |
getLinkedPeopleResourceNames()
Output only.
|
String |
getObjectType()
Output only.
|
List<String> |
getPreviousResourceNames()
Output only.
|
List<Source> |
getSources()
The sources of data for the person.
|
PersonMetadata |
set(String fieldName,
Object value) |
PersonMetadata |
setDeleted(Boolean deleted)
Output only.
|
PersonMetadata |
setLinkedPeopleResourceNames(List<String> linkedPeopleResourceNames)
Output only.
|
PersonMetadata |
setObjectType(String objectType)
Output only.
|
PersonMetadata |
setPreviousResourceNames(List<String> previousResourceNames)
Output only.
|
PersonMetadata |
setSources(List<Source> sources)
The sources of data for the 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 Boolean getDeleted()
null for nonepublic PersonMetadata setDeleted(Boolean deleted)
deleted - deleted or null for nonepublic List<String> getLinkedPeopleResourceNames()
null for nonepublic PersonMetadata setLinkedPeopleResourceNames(List<String> linkedPeopleResourceNames)
linkedPeopleResourceNames - linkedPeopleResourceNames or null for nonepublic String getObjectType()
null for nonepublic PersonMetadata setObjectType(String objectType)
objectType - objectType or null for nonepublic List<String> getPreviousResourceNames()
null for nonepublic PersonMetadata setPreviousResourceNames(List<String> previousResourceNames)
previousResourceNames - previousResourceNames or null for nonepublic List<Source> getSources()
null for nonepublic PersonMetadata setSources(List<Source> sources)
sources - sources or null for nonepublic PersonMetadata set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic PersonMetadata clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.