Package | Description |
---|---|
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
ManagedProperty |
ManagedProperty.clone() |
ManagedProperty |
ManagedProperty.set(String fieldName,
Object value) |
ManagedProperty |
ManagedProperty.setKey(String key)
The unique key that identifies the property.
|
ManagedProperty |
ManagedProperty.setValueBool(Boolean valueBool)
The boolean value - this will only be present if type of the property is bool.
|
ManagedProperty |
ManagedProperty.setValueBundle(ManagedPropertyBundle valueBundle)
The bundle of managed properties - this will only be present if type of the property is bundle.
|
ManagedProperty |
ManagedProperty.setValueBundleArray(List<ManagedPropertyBundle> valueBundleArray)
The list of bundles of properties - this will only be present if type of the property is
bundle_array.
|
ManagedProperty |
ManagedProperty.setValueInteger(Integer valueInteger)
The integer value - this will only be present if type of the property is integer.
|
ManagedProperty |
ManagedProperty.setValueString(String valueString)
The string value - this will only be present if type of the property is string, choice or
hidden.
|
ManagedProperty |
ManagedProperty.setValueStringArray(List<String> valueStringArray)
The list of string values - this will only be present if type of the property is multiselect.
|
Modifier and Type | Method and Description |
---|---|
List<ManagedProperty> |
ManagedPropertyBundle.getManagedProperty()
The list of managed properties.
|
List<ManagedProperty> |
ManagedConfiguration.getManagedProperty()
The set of managed properties for this configuration.
|
List<ManagedProperty> |
ManagedConfigurationsSettings.getManagedProperty()
The set of managed properties for this configuration.
|
Modifier and Type | Method and Description |
---|---|
ManagedPropertyBundle |
ManagedPropertyBundle.setManagedProperty(List<ManagedProperty> managedProperty)
The list of managed properties.
|
ManagedConfiguration |
ManagedConfiguration.setManagedProperty(List<ManagedProperty> managedProperty)
The set of managed properties for this configuration.
|
ManagedConfigurationsSettings |
ManagedConfigurationsSettings.setManagedProperty(List<ManagedProperty> managedProperty)
The set of managed properties for this configuration.
|
Copyright © 2011–2019 Google. All rights reserved.