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

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

The newest version!






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












com.google.api.services.androidenterprise

Class AndroidEnterprise.Managedconfigurationsforuser

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


    public class AndroidEnterprise.Managedconfigurationsforuser
    extends Object
    The "managedconfigurationsforuser" collection of methods.
    • Constructor Detail

      • Managedconfigurationsforuser

        public Managedconfigurationsforuser()
    • Method Detail

      • delete

        public AndroidEnterprise.Managedconfigurationsforuser.Delete delete(String enterpriseId,
                                                                            String userId,
                                                                            String managedConfigurationForUserId)
                                                                     throws IOException
        Removes a per-user managed configuration for an app for the specified user. Create a request for the method "managedconfigurationsforuser.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.
        managedConfigurationForUserId - The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".
        Returns:
        the request
        Throws:
        IOException
      • get

        public AndroidEnterprise.Managedconfigurationsforuser.Get get(String enterpriseId,
                                                                      String userId,
                                                                      String managedConfigurationForUserId)
                                                               throws IOException
        Retrieves details of a per-user managed configuration for an app for the specified user. Create a request for the method "managedconfigurationsforuser.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.
        managedConfigurationForUserId - The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".
        Returns:
        the request
        Throws:
        IOException
      • list

        public AndroidEnterprise.Managedconfigurationsforuser.List list(String enterpriseId,
                                                                        String userId)
                                                                 throws IOException
        Lists all the per-user managed configurations for the specified user. Only the ID is set. Create a request for the method "managedconfigurationsforuser.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.
        Returns:
        the request
        Throws:
        IOException
      • update

        public AndroidEnterprise.Managedconfigurationsforuser.Update update(String enterpriseId,
                                                                            String userId,
                                                                            String managedConfigurationForUserId,
                                                                            ManagedConfiguration content)
                                                                     throws IOException
        Adds or updates the managed configuration settings for an app for the specified user. If you support the Managed configurations iframe, you can apply managed configurations to a user by specifying an mcmId and its associated configuration variables (if any) in the request. Alternatively, all EMMs can apply managed configurations by passing a list of managed properties. Create a request for the method "managedconfigurationsforuser.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.
        managedConfigurationForUserId - 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