modify
public PeopleService.ContactGroups.Members.Modify modify(java.lang.String resourceName,
ModifyContactGroupMembersRequest content)
throws java.io.IOException
Modify the members of a contact group owned by the authenticated user.
Create a request for the method "members.modify".
This request holds the parameters needed by the people server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
resourceName - The resource name of the contact group to modify.content - the ModifyContactGroupMembersRequest
- Returns:
- the request
- Throws:
java.io.IOException