public class PeopleService.OtherContacts extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
PeopleService.OtherContacts.CopyOtherContactToMyContactsGroup |
class |
PeopleService.OtherContacts.List |
class |
PeopleService.OtherContacts.Search |
| Constructor and Description |
|---|
OtherContacts() |
| Modifier and Type | Method and Description |
|---|---|
PeopleService.OtherContacts.CopyOtherContactToMyContactsGroup |
copyOtherContactToMyContactsGroup(String resourceName,
CopyOtherContactToMyContactsGroupRequest content)
Copies an "Other contact" to a new contact in the user's "myContacts" group Mutate requests for
the same user should be sent sequentially to avoid increased latency and failures.
|
PeopleService.OtherContacts.List |
list()
List all "Other contacts", that is contacts that are not in a contact group.
|
PeopleService.OtherContacts.Search |
search()
Provides a list of contacts in the authenticated user's other contacts that matches the search
query.
|
public PeopleService.OtherContacts.CopyOtherContactToMyContactsGroup copyOtherContactToMyContactsGroup(String resourceName, CopyOtherContactToMyContactsGroupRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.resourceName - Required. The resource name of the "Other contact" to copy.content - the CopyOtherContactToMyContactsGroupRequestIOExceptionpublic PeopleService.OtherContacts.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic PeopleService.OtherContacts.Search search() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionCopyright © 2011–2025 Google. All rights reserved.