Package | Description |
---|---|
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
MaintenanceWindow |
MaintenanceWindow.clone() |
MaintenanceWindow |
Policy.getMaintenanceWindow()
The maintenance window defining when apps running in the foreground should be updated.
|
MaintenanceWindow |
MaintenanceWindow.set(String fieldName,
Object value) |
MaintenanceWindow |
MaintenanceWindow.setDurationMs(Long durationMs)
Duration of the maintenance window, in milliseconds.
|
MaintenanceWindow |
MaintenanceWindow.setStartTimeAfterMidnightMs(Long startTimeAfterMidnightMs)
Start time of the maintenance window, in milliseconds after midnight on the device.
|
Modifier and Type | Method and Description |
---|---|
Policy |
Policy.setMaintenanceWindow(MaintenanceWindow maintenanceWindow)
The maintenance window defining when apps running in the foreground should be updated.
|
Copyright © 2011–2019 Google. All rights reserved.