| Package | Description |
|---|---|
| com.google.api.services.androidenterprise | |
| com.google.api.services.androidenterprise.model |
| Modifier and Type | Method and Description |
|---|---|
AndroidEnterprise.Devices.Update |
AndroidEnterprise.Devices.update(String enterpriseId,
String userId,
String deviceId,
Device content)
Updates the device policy.
|
| Constructor and Description |
|---|
Update(String enterpriseId,
String userId,
String deviceId,
Device content)
Updates the device policy.
|
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.clone() |
Device |
Device.set(String fieldName,
Object value) |
Device |
Device.setAndroidId(String androidId)
The Google Play Services Android ID for the device encoded as a lowercase hex string.
|
Device |
Device.setDevice(String device)
The internal hardware codename of the device.
|
Device |
Device.setLatestBuildFingerprint(String latestBuildFingerprint)
The build fingerprint of the device if known.
|
Device |
Device.setMaker(String maker)
The manufacturer of the device.
|
Device |
Device.setManagementType(String managementType)
Identifies the extent to which the device is controlled by a managed Google Play EMM in various
deployment configurations.
|
Device |
Device.setModel(String model)
The model name of the device.
|
Device |
Device.setPolicy(Policy policy)
The policy enforced on the device.
|
Device |
Device.setProduct(String product)
The product name of the device.
|
Device |
Device.setReport(DeviceReport report)
The device report updated with the latest app states.
|
Device |
Device.setRetailBrand(String retailBrand)
Retail brand for the device, if set.
|
Device |
Device.setSdkVersion(Integer sdkVersion)
API compatibility version.
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
DevicesListResponse.getDevice()
A managed device.
|
| Modifier and Type | Method and Description |
|---|---|
DevicesListResponse |
DevicesListResponse.setDevice(List<Device> device)
A managed device.
|
Copyright © 2011–2025 Google. All rights reserved.