Package | Description |
---|---|
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
ConfigurationVariables |
ConfigurationVariables.clone() |
ConfigurationVariables |
ManagedConfiguration.getConfigurationVariables()
Contains the ID of the managed configuration profile and the set of configuration variables (if
any) defined for the user.
|
ConfigurationVariables |
ConfigurationVariables.set(String fieldName,
Object value) |
ConfigurationVariables |
ConfigurationVariables.setKind(String kind)
Identifies what kind of resource this is.
|
ConfigurationVariables |
ConfigurationVariables.setMcmId(String mcmId)
The ID of the managed configurations settings.
|
ConfigurationVariables |
ConfigurationVariables.setVariableSet(List<VariableSet> variableSet)
The variable set that is attributed to the user.
|
Modifier and Type | Method and Description |
---|---|
ManagedConfiguration |
ManagedConfiguration.setConfigurationVariables(ConfigurationVariables configurationVariables)
Contains the ID of the managed configuration profile and the set of configuration variables (if
any) defined for the user.
|
Copyright © 2011–2019 Google. All rights reserved.