Package | Description |
---|---|
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
AutoInstallConstraint |
AutoInstallConstraint.clone() |
AutoInstallConstraint |
AutoInstallConstraint.set(String fieldName,
Object value) |
AutoInstallConstraint |
AutoInstallConstraint.setChargingStateConstraint(String chargingStateConstraint)
Charging state to constrain on.
|
AutoInstallConstraint |
AutoInstallConstraint.setDeviceIdleStateConstraint(String deviceIdleStateConstraint)
The idle state of the device to constrain on.
|
AutoInstallConstraint |
AutoInstallConstraint.setNetworkTypeConstraint(String networkTypeConstraint)
Network type to constrain on.
|
Modifier and Type | Method and Description |
---|---|
List<AutoInstallConstraint> |
AutoInstallPolicy.getAutoInstallConstraint()
The constraints for the install.
|
Modifier and Type | Method and Description |
---|---|
AutoInstallPolicy |
AutoInstallPolicy.setAutoInstallConstraint(List<AutoInstallConstraint> autoInstallConstraint)
The constraints for the install.
|
Copyright © 2011–2019 Google. All rights reserved.