| Package | Description |
|---|---|
| com.google.api.services.people.v1 | |
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
PeopleService.ContactGroups.Update |
PeopleService.ContactGroups.update(java.lang.String resourceName,
UpdateContactGroupRequest content)
Update the name of an existing contact group owned by the authenticated user.
|
| Constructor and Description |
|---|
PeopleService.ContactGroups.Update(java.lang.String resourceName,
UpdateContactGroupRequest content)
Update the name of an existing contact group owned by the authenticated user.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateContactGroupRequest |
UpdateContactGroupRequest.clone() |
UpdateContactGroupRequest |
UpdateContactGroupRequest.set(java.lang.String fieldName,
java.lang.Object value) |
UpdateContactGroupRequest |
UpdateContactGroupRequest.setContactGroup(ContactGroup contactGroup)
The contact group to update.
|