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

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

The newest version!






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












com.google.api.services.androidenterprise.model

Class ManagedConfiguration

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class ManagedConfiguration
    extends com.google.api.client.json.GenericJson
    *Deprecated:* New integrations cannot use this method and can refer to our new recommendations

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Play EMM API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • ManagedConfiguration

        public ManagedConfiguration()
    • Method Detail

      • getConfigurationVariables

        public ConfigurationVariables getConfigurationVariables()
        Contains the ID of the managed configuration profile and the set of configuration variables (if any) defined for the user.
        Returns:
        value or null for none
      • setConfigurationVariables

        public ManagedConfiguration setConfigurationVariables(ConfigurationVariables configurationVariables)
        Contains the ID of the managed configuration profile and the set of configuration variables (if any) defined for the user.
        Parameters:
        configurationVariables - configurationVariables or null for none
      • getKind

        public String getKind()
        Deprecated.
        Returns:
        value or null for none
      • getManagedProperty

        public List<ManagedProperty> getManagedProperty()
        The set of managed properties for this configuration.
        Returns:
        value or null for none
      • setManagedProperty

        public ManagedConfiguration setManagedProperty(List<ManagedProperty> managedProperty)
        The set of managed properties for this configuration.
        Parameters:
        managedProperty - managedProperty or null for none
      • getProductId

        public String getProductId()
        The ID of the product that the managed configuration is for, e.g. "app:com.google.android.gm".
        Returns:
        value or null for none
      • setProductId

        public ManagedConfiguration setProductId(String productId)
        The ID of the product that the managed configuration is for, e.g. "app:com.google.android.gm".
        Parameters:
        productId - productId or null for none
      • clone

        public ManagedConfiguration clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy