Package | Description |
---|---|
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
ManagedPropertyBundle |
ManagedPropertyBundle.clone() |
ManagedPropertyBundle |
ManagedProperty.getValueBundle()
The bundle of managed properties - this will only be present if type of the property is bundle.
|
ManagedPropertyBundle |
ManagedPropertyBundle.set(String fieldName,
Object value) |
ManagedPropertyBundle |
ManagedPropertyBundle.setManagedProperty(List<ManagedProperty> managedProperty)
The list of managed properties.
|
Modifier and Type | Method and Description |
---|---|
List<ManagedPropertyBundle> |
ManagedProperty.getValueBundleArray()
The list of bundles of properties - this will only be present if type of the property is
bundle_array.
|
Modifier and Type | Method and Description |
---|---|
ManagedProperty |
ManagedProperty.setValueBundle(ManagedPropertyBundle valueBundle)
The bundle of managed properties - this will only be present if type of the property is bundle.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011–2019 Google. All rights reserved.