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

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






ManagedConfiguration (Google Play EMM API v1-rev20210723-1.32.1)












com.google.api.services.androidenterprise.model

Class ManagedConfiguration

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


    public final class ManagedConfiguration
    extends GenericJson
    A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user.

    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

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy