| Modifier and Type | Class and Description |
|---|---|
class |
Directory.Chromeosdevices.Get |
class |
Directory.Chromeosdevices.List |
class |
Directory.Chromeosdevices.Patch |
class |
Directory.Chromeosdevices.Update |
| Constructor and Description |
|---|
Directory.Chromeosdevices() |
| Modifier and Type | Method and Description |
|---|---|
Directory.Chromeosdevices.Get |
get(String customerId,
String deviceId)
Retrieve Chrome OS Device
Create a request for the method "chromeosdevices.get".
|
Directory.Chromeosdevices.List |
list(String customerId)
Retrieve all Chrome OS Devices of a customer (paginated)
Create a request for the method "chromeosdevices.list".
|
Directory.Chromeosdevices.Patch |
patch(String customerId,
String deviceId,
ChromeOsDevice content)
Update Chrome OS Device.
|
Directory.Chromeosdevices.Update |
update(String customerId,
String deviceId,
ChromeOsDevice content)
Update Chrome OS Device
Create a request for the method "chromeosdevices.update".
|
public Directory.Chromeosdevices.Get get(String customerId, String deviceId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customerId - Immutable id of the Google Apps accountdeviceId - Immutable id of Chrome OS DeviceIOExceptionpublic Directory.Chromeosdevices.List list(String customerId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customerId - Immutable id of the Google Apps accountIOExceptionpublic Directory.Chromeosdevices.Patch patch(String customerId, String deviceId, ChromeOsDevice content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customerId - Immutable id of the Google Apps accountdeviceId - Immutable id of Chrome OS Devicecontent - the ChromeOsDeviceIOExceptionpublic Directory.Chromeosdevices.Update update(String customerId, String deviceId, ChromeOsDevice content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customerId - Immutable id of the Google Apps accountdeviceId - Immutable id of Chrome OS Devicecontent - the ChromeOsDeviceIOException