All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.people.v1.PeopleService.ContactGroups.html Maven / Gradle / Ivy







PeopleService.ContactGroups (People API v1-rev20210330-1.31.0)












com.google.api.services.people.v1

Class PeopleService.ContactGroups

  • java.lang.Object
    • com.google.api.services.people.v1.PeopleService.ContactGroups
  • Enclosing class:
    PeopleService


    public class PeopleService.ContactGroups
    extends Object
    The "contactGroups" collection of methods.
    • Constructor Detail

      • ContactGroups

        public ContactGroups()
    • Method Detail

      • batchGet

        public PeopleService.ContactGroups.BatchGet batchGet()
                                                      throws IOException
        Get a list of contact groups owned by the authenticated user by specifying a list of contact group resource names. Create a request for the method "contactGroups.batchGet". 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.
        Returns:
        the request
        Throws:
        IOException
      • delete

        public PeopleService.ContactGroups.Delete delete(String resourceName)
                                                  throws IOException
        Delete an existing contact group owned by the authenticated user by specifying a contact group resource name. Create a request for the method "contactGroups.delete". 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 - Required. The resource name of the contact group to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public PeopleService.ContactGroups.Get get(String resourceName)
                                            throws IOException
        Get a specific contact group owned by the authenticated user by specifying a contact group resource name. Create a request for the method "contactGroups.get". 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 - Required. The resource name of the contact group to get.
        Returns:
        the request
        Throws:
        IOException
      • list

        public PeopleService.ContactGroups.List list()
                                              throws IOException
        List all contact groups owned by the authenticated user. Members of the contact groups are not populated. Create a request for the method "contactGroups.list". 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.
        Returns:
        the request
        Throws:
        IOException
      • members

        public PeopleService.ContactGroups.Members members()
        An accessor for creating requests from the Members collection.

        The typical use is:

            PeopleService people = new PeopleService(...);
            PeopleService.Members.List request = people.members().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy