| 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(java.lang.String fieldName,
java.lang.Object value) |
MaintenanceWindow |
MaintenanceWindow.setDurationMs(java.lang.Long durationMs)
Duration of the maintenance window, in milliseconds.
|
MaintenanceWindow |
MaintenanceWindow.setStartTimeAfterMidnightMs(java.lang.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.
|