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

target.apidocs.com.google.api.services.androidenterprise.AndroidEnterprise.html Maven / Gradle / Ivy

The newest version!






AndroidEnterprise (Google Play EMM API v1-rev20241113-2.0.0)












com.google.api.services.androidenterprise

Class AndroidEnterprise

  • java.lang.Object
    • com.google.api.client.googleapis.services.AbstractGoogleClient
      • com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient
        • com.google.api.services.androidenterprise.AndroidEnterprise


  • public class AndroidEnterprise
    extends com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient
    Service definition for AndroidEnterprise (v1).

    Manages the deployment of apps to Android Enterprise devices.

    For more information about this service, see the API Documentation

    This service uses AndroidEnterpriseRequestInitializer to initialize global parameters via its AndroidEnterprise.Builder.

    Since:
    1.3
    Author:
    Google, Inc.
    • Field Detail

      • DEFAULT_ROOT_URL

        public static final String DEFAULT_ROOT_URL
        The default encoded root URL of the service. This is determined when the library is generated and normally should not be changed.
        Since:
        1.7
        See Also:
        Constant Field Values
      • DEFAULT_MTLS_ROOT_URL

        public static final String DEFAULT_MTLS_ROOT_URL
        The default encoded mTLS root URL of the service. This is determined when the library is generated and normally should not be changed.
        Since:
        1.31
        See Also:
        Constant Field Values
      • DEFAULT_SERVICE_PATH

        public static final String DEFAULT_SERVICE_PATH
        The default encoded service path of the service. This is determined when the library is generated and normally should not be changed.
        Since:
        1.7
        See Also:
        Constant Field Values
      • DEFAULT_BATCH_PATH

        public static final String DEFAULT_BATCH_PATH
        The default encoded batch path of the service. This is determined when the library is generated and normally should not be changed.
        Since:
        1.23
        See Also:
        Constant Field Values
      • DEFAULT_BASE_URL

        public static final String DEFAULT_BASE_URL
        The default encoded base URL of the service. This is determined when the library is generated and normally should not be changed.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AndroidEnterprise

        public AndroidEnterprise(com.google.api.client.http.HttpTransport transport,
                                 com.google.api.client.json.JsonFactory jsonFactory,
                                 com.google.api.client.http.HttpRequestInitializer httpRequestInitializer)
        Constructor.

        Use AndroidEnterprise.Builder if you need to specify any of the optional parameters.

        Parameters:
        transport - HTTP transport, which should normally be:
        • Google App Engine: com.google.api.client.extensions.appengine.http.UrlFetchTransport
        • Android: newCompatibleTransport from com.google.api.client.extensions.android.http.AndroidHttp
        • Java: com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()
        jsonFactory - JSON factory, which may be:
        • Jackson: com.google.api.client.json.jackson2.JacksonFactory
        • Google GSON: com.google.api.client.json.gson.GsonFactory
        • Android Honeycomb or higher: com.google.api.client.extensions.android.json.AndroidJsonFactory
        httpRequestInitializer - HTTP request initializer or null for none
        Since:
        1.7
    • Method Detail

      • initialize

        protected void initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest<?> httpClientRequest)
                           throws IOException
        Overrides:
        initialize in class com.google.api.client.googleapis.services.AbstractGoogleClient
        Throws:
        IOException
      • devices

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

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Devices.List request = androidenterprise.devices().list(parameters ...)
         
        Returns:
        the resource collection
      • enterprises

        public AndroidEnterprise.Enterprises enterprises()
        An accessor for creating requests from the Enterprises collection.

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Enterprises.List request = androidenterprise.enterprises().list(parameters ...)
         
        Returns:
        the resource collection
      • entitlements

        public AndroidEnterprise.Entitlements entitlements()
        An accessor for creating requests from the Entitlements collection.

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Entitlements.List request = androidenterprise.entitlements().list(parameters ...)
         
        Returns:
        the resource collection
      • grouplicenses

        public AndroidEnterprise.Grouplicenses grouplicenses()
        An accessor for creating requests from the Grouplicenses collection.

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Grouplicenses.List request = androidenterprise.grouplicenses().list(parameters ...)
         
        Returns:
        the resource collection
      • grouplicenseusers

        public AndroidEnterprise.Grouplicenseusers grouplicenseusers()
        An accessor for creating requests from the Grouplicenseusers collection.

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Grouplicenseusers.List request = androidenterprise.grouplicenseusers().list(parameters ...)
         
        Returns:
        the resource collection
      • installs

        public AndroidEnterprise.Installs installs()
        An accessor for creating requests from the Installs collection.

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Installs.List request = androidenterprise.installs().list(parameters ...)
         
        Returns:
        the resource collection
      • managedconfigurationsfordevice

        public AndroidEnterprise.Managedconfigurationsfordevice managedconfigurationsfordevice()
        An accessor for creating requests from the Managedconfigurationsfordevice collection.

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Managedconfigurationsfordevice.List request = androidenterprise.managedconfigurationsfordevice().list(parameters ...)
         
        Returns:
        the resource collection
      • managedconfigurationsforuser

        public AndroidEnterprise.Managedconfigurationsforuser managedconfigurationsforuser()
        An accessor for creating requests from the Managedconfigurationsforuser collection.

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Managedconfigurationsforuser.List request = androidenterprise.managedconfigurationsforuser().list(parameters ...)
         
        Returns:
        the resource collection
      • managedconfigurationssettings

        public AndroidEnterprise.Managedconfigurationssettings managedconfigurationssettings()
        An accessor for creating requests from the Managedconfigurationssettings collection.

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Managedconfigurationssettings.List request = androidenterprise.managedconfigurationssettings().list(parameters ...)
         
        Returns:
        the resource collection
      • permissions

        public AndroidEnterprise.Permissions permissions()
        An accessor for creating requests from the Permissions collection.

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Permissions.List request = androidenterprise.permissions().list(parameters ...)
         
        Returns:
        the resource collection
      • products

        public AndroidEnterprise.Products products()
        An accessor for creating requests from the Products collection.

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Products.List request = androidenterprise.products().list(parameters ...)
         
        Returns:
        the resource collection
      • serviceaccountkeys

        public AndroidEnterprise.Serviceaccountkeys serviceaccountkeys()
        An accessor for creating requests from the Serviceaccountkeys collection.

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Serviceaccountkeys.List request = androidenterprise.serviceaccountkeys().list(parameters ...)
         
        Returns:
        the resource collection
      • storelayoutclusters

        public AndroidEnterprise.Storelayoutclusters storelayoutclusters()
        An accessor for creating requests from the Storelayoutclusters collection.

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Storelayoutclusters.List request = androidenterprise.storelayoutclusters().list(parameters ...)
         
        Returns:
        the resource collection
      • storelayoutpages

        public AndroidEnterprise.Storelayoutpages storelayoutpages()
        An accessor for creating requests from the Storelayoutpages collection.

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Storelayoutpages.List request = androidenterprise.storelayoutpages().list(parameters ...)
         
        Returns:
        the resource collection
      • users

        public AndroidEnterprise.Users users()
        An accessor for creating requests from the Users collection.

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Users.List request = androidenterprise.users().list(parameters ...)
         
        Returns:
        the resource collection
      • webapps

        public AndroidEnterprise.Webapps webapps()
        An accessor for creating requests from the Webapps collection.

        The typical use is:

            AndroidEnterprise androidenterprise = new AndroidEnterprise(...);
            AndroidEnterprise.Webapps.List request = androidenterprise.webapps().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy