| Modifier and Type | Class and Description |
|---|---|
class |
Directory.Mobiledevices.Action |
class |
Directory.Mobiledevices.Delete |
class |
Directory.Mobiledevices.Get |
class |
Directory.Mobiledevices.List |
| Constructor and Description |
|---|
Directory.Mobiledevices() |
| Modifier and Type | Method and Description |
|---|---|
Directory.Mobiledevices.Action |
action(String customerId,
String resourceId,
MobileDeviceAction content)
Take action on Mobile Device
Create a request for the method "mobiledevices.action".
|
Directory.Mobiledevices.Delete |
delete(String customerId,
String resourceId)
Delete Mobile Device
Create a request for the method "mobiledevices.delete".
|
Directory.Mobiledevices.Get |
get(String customerId,
String resourceId)
Retrieve Mobile Device
Create a request for the method "mobiledevices.get".
|
Directory.Mobiledevices.List |
list(String customerId)
Retrieve all Mobile Devices of a customer (paginated)
Create a request for the method "mobiledevices.list".
|
public Directory.Mobiledevices.Action action(String customerId, String resourceId, MobileDeviceAction content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customerId - Immutable id of the Google Apps accountresourceId - Immutable id of Mobile Devicecontent - the MobileDeviceActionIOExceptionpublic Directory.Mobiledevices.Delete delete(String customerId, String resourceId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customerId - Immutable id of the Google Apps accountresourceId - Immutable id of Mobile DeviceIOExceptionpublic Directory.Mobiledevices.Get get(String customerId, String resourceId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customerId - Immutable id of the Google Apps accountresourceId - Immutable id of Mobile DeviceIOExceptionpublic Directory.Mobiledevices.List list(String customerId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customerId - Immutable id of the Google Apps accountIOException