Package | Description |
---|---|
com.google.api.services.androidenterprise | |
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Devices.Patch |
AndroidEnterprise.Devices.patch(String enterpriseId,
String userId,
String deviceId,
Device content)
Updates the device policy.
|
AndroidEnterprise.Devices.Update |
AndroidEnterprise.Devices.update(String enterpriseId,
String userId,
String deviceId,
Device content)
Updates the device policy
Create a request for the method "devices.update".
|
Constructor and Description |
---|
Patch(String enterpriseId,
String userId,
String deviceId,
Device content)
Updates the device policy.
|
Update(String enterpriseId,
String userId,
String deviceId,
Device content)
Updates the device policy
Create a request for the method "devices.update".
|
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.setKind(String kind)
Identifies what kind of resource this is.
|
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.setPolicy(Policy policy)
The policy enforced on the device.
|
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–2019 Google. All rights reserved.