public final class ProfileMetadata
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.Flags| Constructor and Description |
|---|
ProfileMetadata() |
| Modifier and Type | Method and Description |
|---|---|
ProfileMetadata |
clone() |
java.lang.String |
getObjectType()
The profile object type.
|
java.util.List<java.lang.String> |
getUserTypes()
The user types.
|
ProfileMetadata |
set(java.lang.String fieldName,
java.lang.Object value) |
ProfileMetadata |
setObjectType(java.lang.String objectType)
The profile object type.
|
ProfileMetadata |
setUserTypes(java.util.List<java.lang.String> userTypes)
The user types.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getObjectType()
null for nonepublic ProfileMetadata setObjectType(java.lang.String objectType)
objectType - objectType or null for nonepublic java.util.List<java.lang.String> getUserTypes()
null for nonepublic ProfileMetadata setUserTypes(java.util.List<java.lang.String> userTypes)
userTypes - userTypes or null for nonepublic ProfileMetadata set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ProfileMetadata clone()
clone in class com.google.api.client.json.GenericJson