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

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

The newest version!






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












com.google.api.services.androidenterprise

Class AndroidEnterprise.Managedconfigurationsfordevice

  • java.lang.Object
    • com.google.api.services.androidenterprise.AndroidEnterprise.Managedconfigurationsfordevice
  • Enclosing class:
    AndroidEnterprise


    public class AndroidEnterprise.Managedconfigurationsfordevice
    extends Object
    The "managedconfigurationsfordevice" collection of methods.
    • Constructor Detail

      • Managedconfigurationsfordevice

        public Managedconfigurationsfordevice()
    • Method Detail

      • delete

        public AndroidEnterprise.Managedconfigurationsfordevice.Delete delete(String enterpriseId,
                                                                              String userId,
                                                                              String deviceId,
                                                                              String managedConfigurationForDeviceId)
                                                                       throws IOException
        Removes a per-device managed configuration for an app for the specified device. Create a request for the method "managedconfigurationsfordevice.delete". This request holds the parameters needed by the androidenterprise server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        enterpriseId - The ID of the enterprise.
        userId - The ID of the user.
        deviceId - The Android ID of the device.
        managedConfigurationForDeviceId - The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".
        Returns:
        the request
        Throws:
        IOException
      • get

        public AndroidEnterprise.Managedconfigurationsfordevice.Get get(String enterpriseId,
                                                                        String userId,
                                                                        String deviceId,
                                                                        String managedConfigurationForDeviceId)
                                                                 throws IOException
        Retrieves details of a per-device managed configuration. Create a request for the method "managedconfigurationsfordevice.get". This request holds the parameters needed by the androidenterprise server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        enterpriseId - The ID of the enterprise.
        userId - The ID of the user.
        deviceId - The Android ID of the device.
        managedConfigurationForDeviceId - The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".
        Returns:
        the request
        Throws:
        IOException
      • list

        public AndroidEnterprise.Managedconfigurationsfordevice.List list(String enterpriseId,
                                                                          String userId,
                                                                          String deviceId)
                                                                   throws IOException
        Lists all the per-device managed configurations for the specified device. Only the ID is set. Create a request for the method "managedconfigurationsfordevice.list". This request holds the parameters needed by the androidenterprise server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        enterpriseId - The ID of the enterprise.
        userId - The ID of the user.
        deviceId - The Android ID of the device.
        Returns:
        the request
        Throws:
        IOException
      • update

        public AndroidEnterprise.Managedconfigurationsfordevice.Update update(String enterpriseId,
                                                                              String userId,
                                                                              String deviceId,
                                                                              String managedConfigurationForDeviceId,
                                                                              ManagedConfiguration content)
                                                                       throws IOException
        Adds or updates a per-device managed configuration for an app for the specified device. Create a request for the method "managedconfigurationsfordevice.update". This request holds the parameters needed by the androidenterprise server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        enterpriseId - The ID of the enterprise.
        userId - The ID of the user.
        deviceId - The Android ID of the device.
        managedConfigurationForDeviceId - The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".
        content - the ManagedConfiguration
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy