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

target.apidocs.com.google.api.services.directory.Directory.Domains.html Maven / Gradle / Ivy

There is a newer version: directory_v1-rev20240304-2.0.0
Show newest version






Directory.Domains (Admin SDK API directory_v1-rev20220802-2.0.0)












com.google.api.services.directory

Class Directory.Domains

  • Enclosing class:
    Directory


    public class Directory.Domains
    extends Object
    The "domains" collection of methods.
    • Constructor Detail

      • Domains

        public Domains()
    • Method Detail

      • delete

        public Directory.Domains.Delete delete(String customer,
                                               String domainName)
                                        throws IOException
        Deletes a domain of the customer. Create a request for the method "domains.delete". This request holds the parameters needed by the admin server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        customer - Immutable ID of the Google Workspace account.
        domainName - Name of domain to be deleted
        Returns:
        the request
        Throws:
        IOException
      • get

        public Directory.Domains.Get get(String customer,
                                         String domainName)
                                  throws IOException
        Retrieves a domain of the customer. Create a request for the method "domains.get". This request holds the parameters needed by the admin server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        customer - Immutable ID of the Google Workspace account.
        domainName - Name of domain to be retrieved
        Returns:
        the request
        Throws:
        IOException
      • list

        public Directory.Domains.List list(String customer)
                                    throws IOException
        Lists the domains of the customer. Create a request for the method "domains.list". This request holds the parameters needed by the admin server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        customer - Immutable ID of the Google Workspace account.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy