public class Directory.Chromeosdevices
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Directory.Chromeosdevices.Action |
class |
Directory.Chromeosdevices.Get |
class |
Directory.Chromeosdevices.List |
class |
Directory.Chromeosdevices.MoveDevicesToOu |
class |
Directory.Chromeosdevices.Patch |
class |
Directory.Chromeosdevices.Update |
Constructor and Description |
---|
Chromeosdevices() |
Modifier and Type | Method and Description |
---|---|
Directory.Chromeosdevices.Action |
action(java.lang.String customerId,
java.lang.String resourceId,
ChromeOsDeviceAction content)
Take action on Chrome OS Device
Create a request for the method "chromeosdevices.action".
|
Directory.Chromeosdevices.Get |
get(java.lang.String customerId,
java.lang.String deviceId)
Retrieve Chrome OS Device
Create a request for the method "chromeosdevices.get".
|
Directory.Chromeosdevices.List |
list(java.lang.String customerId)
Retrieve all Chrome OS Devices of a customer (paginated)
Create a request for the method "chromeosdevices.list".
|
Directory.Chromeosdevices.MoveDevicesToOu |
moveDevicesToOu(java.lang.String customerId,
java.lang.String orgUnitPath,
ChromeOsMoveDevicesToOu content)
Move or insert multiple Chrome OS Devices to organizational unit
Create a request for the method "chromeosdevices.moveDevicesToOu".
|
Directory.Chromeosdevices.Patch |
patch(java.lang.String customerId,
java.lang.String deviceId,
ChromeOsDevice content)
Update Chrome OS Device.
|
Directory.Chromeosdevices.Update |
update(java.lang.String customerId,
java.lang.String deviceId,
ChromeOsDevice content)
Update Chrome OS Device
Create a request for the method "chromeosdevices.update".
|
public Directory.Chromeosdevices.Action action(java.lang.String customerId, java.lang.String resourceId, ChromeOsDeviceAction content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customerId
- Immutable ID of the G Suite accountresourceId
- Immutable ID of Chrome OS Devicecontent
- the ChromeOsDeviceAction
java.io.IOException
public Directory.Chromeosdevices.Get get(java.lang.String customerId, java.lang.String deviceId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customerId
- Immutable ID of the G Suite accountdeviceId
- Immutable ID of Chrome OS Devicejava.io.IOException
public Directory.Chromeosdevices.List list(java.lang.String customerId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customerId
- Immutable ID of the G Suite accountjava.io.IOException
public Directory.Chromeosdevices.MoveDevicesToOu moveDevicesToOu(java.lang.String customerId, java.lang.String orgUnitPath, ChromeOsMoveDevicesToOu content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customerId
- Immutable ID of the G Suite accountorgUnitPath
- Full path of the target organizational unit or its IDcontent
- the ChromeOsMoveDevicesToOu
java.io.IOException
public Directory.Chromeosdevices.Patch patch(java.lang.String customerId, java.lang.String deviceId, ChromeOsDevice content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customerId
- Immutable ID of the G Suite accountdeviceId
- Immutable ID of Chrome OS Devicecontent
- the ChromeOsDevice
java.io.IOException
public Directory.Chromeosdevices.Update update(java.lang.String customerId, java.lang.String deviceId, ChromeOsDevice content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customerId
- Immutable ID of the G Suite accountdeviceId
- Immutable ID of Chrome OS Devicecontent
- the ChromeOsDevice
java.io.IOException