public final class ContactGroupMetadata
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 |
|---|
ContactGroupMetadata() |
| Modifier and Type | Method and Description |
|---|---|
ContactGroupMetadata |
clone() |
java.lang.Boolean |
getDeleted()
True if the contact group resource has been deleted.
|
java.lang.String |
getUpdateTime()
The time the group was last updated.
|
ContactGroupMetadata |
set(java.lang.String fieldName,
java.lang.Object value) |
ContactGroupMetadata |
setDeleted(java.lang.Boolean deleted)
True if the contact group resource has been deleted.
|
ContactGroupMetadata |
setUpdateTime(java.lang.String updateTime)
The time the group was last updated.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Boolean getDeleted()
null for nonepublic ContactGroupMetadata setDeleted(java.lang.Boolean deleted)
deleted - deleted or null for nonepublic java.lang.String getUpdateTime()
null for nonepublic ContactGroupMetadata setUpdateTime(java.lang.String updateTime)
updateTime - updateTime or null for nonepublic ContactGroupMetadata set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ContactGroupMetadata clone()
clone in class com.google.api.client.json.GenericJson