public class Directory.Mobiledevices
extends java.lang.Object
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 |
---|
Mobiledevices() |
Modifier and Type | Method and Description |
---|---|
Directory.Mobiledevices.Action |
action(java.lang.String customerId,
java.lang.String resourceId,
MobileDeviceAction content)
Take action on Mobile Device
Create a request for the method "mobiledevices.action".
|
Directory.Mobiledevices.Delete |
delete(java.lang.String customerId,
java.lang.String resourceId)
Delete Mobile Device
Create a request for the method "mobiledevices.delete".
|
Directory.Mobiledevices.Get |
get(java.lang.String customerId,
java.lang.String resourceId)
Retrieve Mobile Device
Create a request for the method "mobiledevices.get".
|
Directory.Mobiledevices.List |
list(java.lang.String customerId)
Retrieve all Mobile Devices of a customer (paginated)
Create a request for the method "mobiledevices.list".
|
public Directory.Mobiledevices.Action action(java.lang.String customerId, java.lang.String resourceId, MobileDeviceAction content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customerId
- Immutable ID of the G Suite accountresourceId
- Immutable ID of Mobile Devicecontent
- the MobileDeviceAction
java.io.IOException
public Directory.Mobiledevices.Delete delete(java.lang.String customerId, java.lang.String resourceId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customerId
- Immutable ID of the G Suite accountresourceId
- Immutable ID of Mobile Devicejava.io.IOException
public Directory.Mobiledevices.Get get(java.lang.String customerId, java.lang.String resourceId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customerId
- Immutable ID of the G Suite accountresourceId
- Immutable ID of Mobile Devicejava.io.IOException
public Directory.Mobiledevices.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