public final class ContactGroup
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 |
|---|
ContactGroup() |
| Modifier and Type | Method and Description |
|---|---|
ContactGroup |
clone() |
List<GroupClientData> |
getClientData()
The group's client data.
|
String |
getEtag()
The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource.
|
String |
getFormattedName()
Output only.
|
String |
getGroupType()
Output only.
|
Integer |
getMemberCount()
Output only.
|
List<String> |
getMemberResourceNames()
Output only.
|
ContactGroupMetadata |
getMetadata()
Output only.
|
String |
getName()
The contact group name set by the group owner or a system provided name for system groups.
|
String |
getResourceName()
The resource name for the contact group, assigned by the server.
|
ContactGroup |
set(String fieldName,
Object value) |
ContactGroup |
setClientData(List<GroupClientData> clientData)
The group's client data.
|
ContactGroup |
setEtag(String etag)
The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource.
|
ContactGroup |
setFormattedName(String formattedName)
Output only.
|
ContactGroup |
setGroupType(String groupType)
Output only.
|
ContactGroup |
setMemberCount(Integer memberCount)
Output only.
|
ContactGroup |
setMemberResourceNames(List<String> memberResourceNames)
Output only.
|
ContactGroup |
setMetadata(ContactGroupMetadata metadata)
Output only.
|
ContactGroup |
setName(String name)
The contact group name set by the group owner or a system provided name for system groups.
|
ContactGroup |
setResourceName(String resourceName)
The resource name for the contact group, assigned by the server.
|
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 List<GroupClientData> getClientData()
null for nonepublic ContactGroup setClientData(List<GroupClientData> clientData)
clientData - clientData or null for nonepublic String getEtag()
null for nonepublic ContactGroup setEtag(String etag)
etag - etag or null for nonepublic String getFormattedName()
null for nonepublic ContactGroup setFormattedName(String formattedName)
formattedName - formattedName or null for nonepublic String getGroupType()
null for nonepublic ContactGroup setGroupType(String groupType)
groupType - groupType or null for nonepublic Integer getMemberCount()
null for nonepublic ContactGroup setMemberCount(Integer memberCount)
memberCount - memberCount or null for nonepublic List<String> getMemberResourceNames()
null for nonepublic ContactGroup setMemberResourceNames(List<String> memberResourceNames)
memberResourceNames - memberResourceNames or null for nonepublic ContactGroupMetadata getMetadata()
null for nonepublic ContactGroup setMetadata(ContactGroupMetadata metadata)
metadata - metadata or null for nonepublic String getName()
null for nonepublic ContactGroup setName(String name)
name - name or null for nonepublic String getResourceName()
null for nonepublic ContactGroup setResourceName(String resourceName)
resourceName - resourceName or null for nonepublic ContactGroup set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ContactGroup clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.