| Package | Description |
|---|---|
| com.google.api.services.androidenterprise.model |
| Modifier and Type | Method and Description |
|---|---|
Policy |
Policy.clone() |
Policy |
Device.getPolicy()
The policy enforced on the device.
|
Policy |
Policy.set(String fieldName,
Object value) |
Policy |
Policy.setAutoUpdatePolicy(String autoUpdatePolicy)
The auto-update policy for apps installed on the device.
|
Policy |
Policy.setMaintenanceWindow(MaintenanceWindow maintenanceWindow)
The maintenance window defining when apps running in the foreground should be updated.
|
Policy |
Policy.setProductAvailabilityPolicy(String productAvailabilityPolicy)
The availability granted to the device for the specified products.
|
Policy |
Policy.setProductPolicy(List<ProductPolicy> productPolicy)
The list of product policies.
|
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.setPolicy(Policy policy)
The policy enforced on the device.
|
Copyright © 2011–2018 Google. All rights reserved.