Package | Description |
---|---|
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
MobileDevice |
MobileDevice.clone() |
MobileDevice |
MobileDevice.set(String fieldName,
Object value) |
MobileDevice |
MobileDevice.setAdbStatus(Boolean adbStatus)
Adb (USB debugging) enabled or disabled on device (Read-only)
|
MobileDevice |
MobileDevice.setApplications(List<MobileDevice.Applications> applications)
The list of applications installed on an Android mobile device.
|
MobileDevice |
MobileDevice.setBasebandVersion(String basebandVersion)
The device's baseband version.
|
MobileDevice |
MobileDevice.setBootloaderVersion(String bootloaderVersion)
Mobile Device Bootloader version (Read-only)
|
MobileDevice |
MobileDevice.setBrand(String brand)
Mobile Device Brand (Read-only)
|
MobileDevice |
MobileDevice.setBuildNumber(String buildNumber)
The device's operating system build number.
|
MobileDevice |
MobileDevice.setDefaultLanguage(String defaultLanguage)
The default locale used on the device.
|
MobileDevice |
MobileDevice.setDeveloperOptionsStatus(Boolean developerOptionsStatus)
Developer options enabled or disabled on device (Read-only)
|
MobileDevice |
MobileDevice.setDeviceCompromisedStatus(String deviceCompromisedStatus)
The compromised device status.
|
MobileDevice |
MobileDevice.setDeviceId(String deviceId)
The serial number for a Google Sync mobile device.
|
MobileDevice |
MobileDevice.setDevicePasswordStatus(String devicePasswordStatus)
DevicePasswordStatus (Read-only)
|
MobileDevice |
MobileDevice.setEmail(List<String> email)
List of owner's email addresses.
|
MobileDevice |
MobileDevice.setEncryptionStatus(String encryptionStatus)
Mobile Device Encryption Status (Read-only)
|
MobileDevice |
MobileDevice.setEtag(String etag)
ETag of the resource.
|
MobileDevice |
MobileDevice.setFirstSync(DateTime firstSync)
Date and time the device was first synchronized with the policy settings in the G Suite
administrator control panel (Read-only)
|
MobileDevice |
MobileDevice.setHardware(String hardware)
Mobile Device Hardware (Read-only)
|
MobileDevice |
MobileDevice.setHardwareId(String hardwareId)
The IMEI/MEID unique identifier for Android hardware.
|
MobileDevice |
MobileDevice.setImei(String imei)
The device's IMEI number.
|
MobileDevice |
MobileDevice.setKernelVersion(String kernelVersion)
The device's kernel version.
|
MobileDevice |
MobileDevice.setKind(String kind)
The type of the API resource.
|
MobileDevice |
MobileDevice.setLastSync(DateTime lastSync)
Date and time the device was last synchronized with the policy settings in the G Suite
administrator control panel (Read-only)
|
MobileDevice |
MobileDevice.setManagedAccountIsOnOwnerProfile(Boolean managedAccountIsOnOwnerProfile)
Boolean indicating if this account is on owner/primary profile or not.
|
MobileDevice |
MobileDevice.setManufacturer(String manufacturer)
Mobile Device manufacturer (Read-only)
|
MobileDevice |
MobileDevice.setMeid(String meid)
The device's MEID number.
|
MobileDevice |
MobileDevice.setModel(String model)
The mobile device's model name, for example Nexus S.
|
MobileDevice |
MobileDevice.setName(List<String> name)
List of the owner's user names.
|
MobileDevice |
MobileDevice.setNetworkOperator(String networkOperator)
Mobile Device mobile or network operator (if available) (Read-only)
|
MobileDevice |
MobileDevice.setOs(String os)
The mobile device's operating system, for example IOS 4.3 or Android 2.3.5.
|
MobileDevice |
MobileDevice.setOtherAccountsInfo(List<String> otherAccountsInfo)
List of accounts added on device (Read-only)
|
MobileDevice |
MobileDevice.setPrivilege(String privilege)
DMAgentPermission (Read-only)
|
MobileDevice |
MobileDevice.setReleaseVersion(String releaseVersion)
Mobile Device release version version (Read-only)
|
MobileDevice |
MobileDevice.setResourceId(String resourceId)
The unique ID the API service uses to identify the mobile device.
|
MobileDevice |
MobileDevice.setSecurityPatchLevel(Long securityPatchLevel)
Mobile Device Security patch level (Read-only)
|
MobileDevice |
MobileDevice.setSerialNumber(String serialNumber)
The device's serial number.
|
MobileDevice |
MobileDevice.setStatus(String status)
The device's status.
|
MobileDevice |
MobileDevice.setSupportsWorkProfile(Boolean supportsWorkProfile)
Work profile supported on device (Read-only)
|
MobileDevice |
MobileDevice.setType(String type)
The type of mobile device.
|
MobileDevice |
MobileDevice.setUnknownSourcesStatus(Boolean unknownSourcesStatus)
Unknown sources enabled or disabled on device (Read-only)
|
MobileDevice |
MobileDevice.setUserAgent(String userAgent)
Gives information about the device such as `os` version.
|
MobileDevice |
MobileDevice.setWifiMacAddress(String wifiMacAddress)
The device's MAC address on Wi-Fi networks.
|
Modifier and Type | Method and Description |
---|---|
List<MobileDevice> |
MobileDevices.getMobiledevices()
List of Mobile Device objects.
|
Modifier and Type | Method and Description |
---|---|
MobileDevices |
MobileDevices.setMobiledevices(List<MobileDevice> mobiledevices)
List of Mobile Device objects.
|
Copyright © 2011–2021 Google. All rights reserved.