| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ContactGroup |
ContactGroup.clone() |
ContactGroup |
UpdateContactGroupRequest.getContactGroup()
The contact group to update.
|
ContactGroup |
ContactGroupResponse.getContactGroup()
The contact group.
|
ContactGroup |
CreateContactGroupRequest.getContactGroup()
The contact group to create.
|
ContactGroup |
ContactGroup.set(java.lang.String fieldName,
java.lang.Object value) |
ContactGroup |
ContactGroup.setEtag(java.lang.String etag)
The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource.
|
ContactGroup |
ContactGroup.setFormattedName(java.lang.String formattedName)
The read-only name translated and formatted in the viewer's account locale or the `Accept-
Language` HTTP header locale for system groups names.
|
ContactGroup |
ContactGroup.setGroupType(java.lang.String groupType)
The read-only contact group type.
|
ContactGroup |
ContactGroup.setMemberCount(java.lang.Integer memberCount)
The total number of contacts in the group irrespective of max members in specified in the
request.
|
ContactGroup |
ContactGroup.setMemberResourceNames(java.util.List<java.lang.String> memberResourceNames)
The list of contact person resource names that are members of the contact group.
|
ContactGroup |
ContactGroup.setMetadata(ContactGroupMetadata metadata)
Metadata about the contact group.
|
ContactGroup |
ContactGroup.setName(java.lang.String name)
The contact group name set by the group owner or a system provided name for system groups.
|
ContactGroup |
ContactGroup.setResourceName(java.lang.String resourceName)
The resource name for the contact group, assigned by the server.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContactGroup> |
ListContactGroupsResponse.getContactGroups()
The list of contact groups.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateContactGroupRequest |
UpdateContactGroupRequest.setContactGroup(ContactGroup contactGroup)
The contact group to update.
|
ContactGroupResponse |
ContactGroupResponse.setContactGroup(ContactGroup contactGroup)
The contact group.
|
CreateContactGroupRequest |
CreateContactGroupRequest.setContactGroup(ContactGroup contactGroup)
The contact group to create.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactGroupsResponse |
ListContactGroupsResponse.setContactGroups(java.util.List<ContactGroup> contactGroups)
The list of contact groups.
|