| Package | Description |
|---|---|
| com.google.api.services.people.v1 | |
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
PeopleService.ContactGroups.Members.Modify |
PeopleService.ContactGroups.Members.modify(java.lang.String resourceName,
ModifyContactGroupMembersRequest content)
Modify the members of a contact group owned by the authenticated user.
|
| Constructor and Description |
|---|
PeopleService.ContactGroups.Members.Modify(java.lang.String resourceName,
ModifyContactGroupMembersRequest content)
Modify the members of a contact group owned by the authenticated user.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyContactGroupMembersRequest |
ModifyContactGroupMembersRequest.clone() |
ModifyContactGroupMembersRequest |
ModifyContactGroupMembersRequest.set(java.lang.String fieldName,
java.lang.Object value) |
ModifyContactGroupMembersRequest |
ModifyContactGroupMembersRequest.setResourceNamesToAdd(java.util.List<java.lang.String> resourceNamesToAdd)
The resource names of the contact people to add in the form of in the form `people/`person_id.
|
ModifyContactGroupMembersRequest |
ModifyContactGroupMembersRequest.setResourceNamesToRemove(java.util.List<java.lang.String> resourceNamesToRemove)
The resource names of the contact people to remove in the form of in the form of
`people/`person_id.
|