| Package | Description |
|---|---|
| com.google.api.services.admin.directory | |
| com.google.api.services.admin.directory.model |
| Modifier and Type | Method and Description |
|---|---|
Directory.Chromeosdevices.Patch |
Directory.Chromeosdevices.patch(String customerId,
String deviceId,
ChromeOsDevice content)
Update Chrome OS Device.
|
Directory.Chromeosdevices.Update |
Directory.Chromeosdevices.update(String customerId,
String deviceId,
ChromeOsDevice content)
Update Chrome OS Device
Create a request for the method "chromeosdevices.update".
|
| Constructor and Description |
|---|
Directory.Chromeosdevices.Patch(String customerId,
String deviceId,
ChromeOsDevice content)
Update Chrome OS Device.
|
Directory.Chromeosdevices.Update(String customerId,
String deviceId,
ChromeOsDevice content)
Update Chrome OS Device
Create a request for the method "chromeosdevices.update".
|
| Modifier and Type | Method and Description |
|---|---|
ChromeOsDevice |
ChromeOsDevice.clone() |
ChromeOsDevice |
ChromeOsDevice.set(String fieldName,
Object value) |
ChromeOsDevice |
ChromeOsDevice.setAnnotatedLocation(String annotatedLocation)
Address or location of the device as noted by the administrator
|
ChromeOsDevice |
ChromeOsDevice.setAnnotatedUser(String annotatedUser)
User of the device
|
ChromeOsDevice |
ChromeOsDevice.setBootMode(String bootMode)
Chromebook boot mode (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setDeviceId(String deviceId)
Unique identifier of Chrome OS Device (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setFirmwareVersion(String firmwareVersion)
Chromebook firmware version (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setKind(String kind)
Kind of resource this is.
|
ChromeOsDevice |
ChromeOsDevice.setLastEnrollmentTime(DateTime lastEnrollmentTime)
Date and time the device was last enrolled (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setLastSync(DateTime lastSync)
Date and time the device was last synchronized with the policy settings in the Google Apps
administrator control panel (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setMacAddress(String macAddress)
Chromebook Mac Address (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setMeid(String meid)
Mobile Equipment identifier for the 3G mobile card in the Chromebook (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setModel(String model)
Chromebook Model (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setNotes(String notes)
Notes added by the administrator
|
ChromeOsDevice |
ChromeOsDevice.setOrderNumber(String orderNumber)
Chromebook order number (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setOrgUnitPath(String orgUnitPath)
OrgUnit of the device
|
ChromeOsDevice |
ChromeOsDevice.setOsVersion(String osVersion)
Chromebook Os Version (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setPlatformVersion(String platformVersion)
Chromebook platform version (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setSerialNumber(String serialNumber)
Chromebook serial number (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setStatus(String status)
status of the device (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setSupportEndDate(DateTime supportEndDate)
Final date the device will be supported (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setWillAutoRenew(Boolean willAutoRenew)
Will Chromebook auto reniew after support end date (Read-only)
|
| Modifier and Type | Method and Description |
|---|---|
List<ChromeOsDevice> |
ChromeOsDevices.getChromeosdevices()
List of Chrome OS Device objects.
|
| Modifier and Type | Method and Description |
|---|---|
ChromeOsDevices |
ChromeOsDevices.setChromeosdevices(List<ChromeOsDevice> chromeosdevices)
List of Chrome OS Device objects.
|