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

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

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






Directory.Asps (Admin SDK API directory_v1-rev20220125-1.32.1)












com.google.api.services.directory

Class Directory.Asps

  • Enclosing class:
    Directory


    public class Directory.Asps
    extends Object
    The "asps" collection of methods.
    • Constructor Detail

      • Asps

        public Asps()
    • Method Detail

      • delete

        public Directory.Asps.Delete delete(String userKey,
                                            Integer codeId)
                                     throws IOException
        Deletes an ASP issued by a user. Create a request for the method "asps.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:
        userKey - Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.
        codeId - The unique ID of the ASP to be deleted.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Directory.Asps.Get get(String userKey,
                                      Integer codeId)
                               throws IOException
        Gets information about an ASP issued by a user. Create a request for the method "asps.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:
        userKey - Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.
        codeId - The unique ID of the ASP.
        Returns:
        the request
        Throws:
        IOException
      • list

        public Directory.Asps.List list(String userKey)
                                 throws IOException
        Lists the ASPs issued by a user. Create a request for the method "asps.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:
        userKey - Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy