| Package | Description |
|---|---|
| com.google.api.services.admin.directory.model |
| Modifier and Type | Method and Description |
|---|---|
MobileDevice |
MobileDevice.clone() |
MobileDevice |
MobileDevice.set(String fieldName,
Object value) |
MobileDevice |
MobileDevice.setApplications(List<MobileDevice.Applications> applications)
List of applications installed on Mobile Device
|
MobileDevice |
MobileDevice.setDeviceId(String deviceId)
Mobile Device serial number (Read-only)
|
MobileDevice |
MobileDevice.setEmail(List<String> email)
List of owner user's email addresses (Read-only)
|
MobileDevice |
MobileDevice.setFirstSync(DateTime firstSync)
Date and time the device was first synchronized with the policy settings in the Google Apps
administrator control panel (Read-only)
|
MobileDevice |
MobileDevice.setHardwareId(String hardwareId)
Mobile Device Hardware Id (Read-only)
|
MobileDevice |
MobileDevice.setKind(String kind)
Kind of resource this is.
|
MobileDevice |
MobileDevice.setLastSync(DateTime lastSync)
Date and time the device was last synchronized with the policy settings in the Google Apps
administrator control panel (Read-only)
|
MobileDevice |
MobileDevice.setModel(String model)
Name of the model of the device
|
MobileDevice |
MobileDevice.setName(List<String> name)
List of owner user's names (Read-only)
|
MobileDevice |
MobileDevice.setOs(String os)
Name of the mobile operating system
|
MobileDevice |
MobileDevice.setResourceId(String resourceId)
Unique identifier of Mobile Device (Read-only)
|
MobileDevice |
MobileDevice.setStatus(String status)
Status of the device (Read-only)
|
MobileDevice |
MobileDevice.setType(String type)
The type of device (Read-only)
|
MobileDevice |
MobileDevice.setUserAgent(String userAgent)
Mobile Device user agent
|
| 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.
|