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

target.apidocs.com.google.api.services.androidmanagement.v1.AndroidManagement.Enterprises.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241204-2.0.0
Show newest version






AndroidManagement.Enterprises (Android Management API v1-rev20241114-2.0.0)












com.google.api.services.androidmanagement.v1

Class AndroidManagement.Enterprises

  • java.lang.Object
    • com.google.api.services.androidmanagement.v1.AndroidManagement.Enterprises
  • Enclosing class:
    AndroidManagement


    public class AndroidManagement.Enterprises
    extends Object
    The "enterprises" collection of methods.
    • Constructor Detail

      • Enterprises

        public Enterprises()
    • Method Detail

      • create

        public AndroidManagement.Enterprises.Create create(Enterprise content)
                                                    throws IOException
        Creates an enterprise. This is the last step in the enterprise signup flow. See also: SigninDetail Create a request for the method "enterprises.create". This request holds the parameters needed by the androidmanagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        content - the Enterprise
        Returns:
        the request
        Throws:
        IOException
      • delete

        public AndroidManagement.Enterprises.Delete delete(String name)
                                                    throws IOException
        Permanently deletes an enterprise and all accounts and data associated with it. Warning: this will result in a cascaded deletion of all AM API devices associated with the deleted enterprise. Only available for EMM-managed enterprises. Create a request for the method "enterprises.delete". This request holds the parameters needed by the androidmanagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - The name of the enterprise in the form enterprises/{enterpriseId}.
        Returns:
        the request
        Throws:
        IOException
      • get

        public AndroidManagement.Enterprises.Get get(String name)
                                              throws IOException
        Gets an enterprise. Create a request for the method "enterprises.get". This request holds the parameters needed by the androidmanagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - The name of the enterprise in the form enterprises/{enterpriseId}.
        Returns:
        the request
        Throws:
        IOException
      • list

        public AndroidManagement.Enterprises.List list()
                                                throws IOException
        Lists EMM-managed enterprises. Only BASIC fields are returned. Create a request for the method "enterprises.list". This request holds the parameters needed by the androidmanagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public AndroidManagement.Enterprises.Patch patch(String name,
                                                         Enterprise content)
                                                  throws IOException
        Updates an enterprise. See also: SigninDetail Create a request for the method "enterprises.patch". This request holds the parameters needed by the androidmanagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - The name of the enterprise in the form enterprises/{enterpriseId}.
        content - the Enterprise
        Returns:
        the request
        Throws:
        IOException
      • applications

        public AndroidManagement.Enterprises.Applications applications()
        An accessor for creating requests from the Applications collection.

        The typical use is:

            AndroidManagement androidmanagement = new AndroidManagement(...);
            AndroidManagement.Applications.List request = androidmanagement.applications().list(parameters ...)
         
        Returns:
        the resource collection
      • devices

        public AndroidManagement.Enterprises.Devices devices()
        An accessor for creating requests from the Devices collection.

        The typical use is:

            AndroidManagement androidmanagement = new AndroidManagement(...);
            AndroidManagement.Devices.List request = androidmanagement.devices().list(parameters ...)
         
        Returns:
        the resource collection
      • enrollmentTokens

        public AndroidManagement.Enterprises.EnrollmentTokens enrollmentTokens()
        An accessor for creating requests from the EnrollmentTokens collection.

        The typical use is:

            AndroidManagement androidmanagement = new AndroidManagement(...);
            AndroidManagement.EnrollmentTokens.List request = androidmanagement.enrollmentTokens().list(parameters ...)
         
        Returns:
        the resource collection
      • migrationTokens

        public AndroidManagement.Enterprises.MigrationTokens migrationTokens()
        An accessor for creating requests from the MigrationTokens collection.

        The typical use is:

            AndroidManagement androidmanagement = new AndroidManagement(...);
            AndroidManagement.MigrationTokens.List request = androidmanagement.migrationTokens().list(parameters ...)
         
        Returns:
        the resource collection
      • policies

        public AndroidManagement.Enterprises.Policies policies()
        An accessor for creating requests from the Policies collection.

        The typical use is:

            AndroidManagement androidmanagement = new AndroidManagement(...);
            AndroidManagement.Policies.List request = androidmanagement.policies().list(parameters ...)
         
        Returns:
        the resource collection
      • webApps

        public AndroidManagement.Enterprises.WebApps webApps()
        An accessor for creating requests from the WebApps collection.

        The typical use is:

            AndroidManagement androidmanagement = new AndroidManagement(...);
            AndroidManagement.WebApps.List request = androidmanagement.webApps().list(parameters ...)
         
        Returns:
        the resource collection
      • webTokens

        public AndroidManagement.Enterprises.WebTokens webTokens()
        An accessor for creating requests from the WebTokens collection.

        The typical use is:

            AndroidManagement androidmanagement = new AndroidManagement(...);
            AndroidManagement.WebTokens.List request = androidmanagement.webTokens().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy