| Package | Description |
|---|---|
| com.google.api.services.androidenterprise.model |
| Modifier and Type | Method and Description |
|---|---|
VariableSet |
VariableSet.clone() |
VariableSet |
VariableSet.set(String fieldName,
Object value) |
VariableSet |
VariableSet.setKind(String kind)
Identifies what kind of resource this is.
|
VariableSet |
VariableSet.setPlaceholder(String placeholder)
The placeholder string; defined by EMM.
|
VariableSet |
VariableSet.setUserValue(String userValue)
The value of the placeholder, specific to the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<VariableSet> |
ConfigurationVariables.getVariableSet()
The variable set that is attributed to the user.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationVariables |
ConfigurationVariables.setVariableSet(List<VariableSet> variableSet)
The variable set that is attributed to the user.
|
Copyright © 2011–2018 Google. All rights reserved.