public class AndroidProvisioningPartner.Customers.Devices extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidProvisioningPartner.Customers.Devices.ApplyConfiguration |
class |
AndroidProvisioningPartner.Customers.Devices.Get |
class |
AndroidProvisioningPartner.Customers.Devices.List |
class |
AndroidProvisioningPartner.Customers.Devices.RemoveConfiguration |
class |
AndroidProvisioningPartner.Customers.Devices.Unclaim |
| Constructor and Description |
|---|
Devices() |
| Modifier and Type | Method and Description |
|---|---|
AndroidProvisioningPartner.Customers.Devices.ApplyConfiguration |
applyConfiguration(String parent,
CustomerApplyConfigurationRequest content)
Applies a Configuration to the device to register the device for zero-touch enrollment.
|
AndroidProvisioningPartner.Customers.Devices.Get |
get(String name)
Gets the details of a device.
|
AndroidProvisioningPartner.Customers.Devices.List |
list(String parent)
Lists a customer's devices.
|
AndroidProvisioningPartner.Customers.Devices.RemoveConfiguration |
removeConfiguration(String parent,
CustomerRemoveConfigurationRequest content)
Removes a configuration from device.
|
AndroidProvisioningPartner.Customers.Devices.Unclaim |
unclaim(String parent,
CustomerUnclaimDeviceRequest content)
Unclaims a device from a customer and removes it from zero-touch enrollment.
|
public AndroidProvisioningPartner.Customers.Devices.ApplyConfiguration applyConfiguration(String parent, CustomerApplyConfigurationRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.parent - Required. The customer managing the device. An API resource name in the format
`customers/[CUSTOMER_ID]`.content - the CustomerApplyConfigurationRequestIOExceptionpublic AndroidProvisioningPartner.Customers.Devices.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The device to get. An API resource name in the format
`customers/[CUSTOMER_ID]/devices/[DEVICE_ID]`.IOExceptionpublic AndroidProvisioningPartner.Customers.Devices.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The customer managing the devices. An API resource name in the format
`customers/[CUSTOMER_ID]`.IOExceptionpublic AndroidProvisioningPartner.Customers.Devices.RemoveConfiguration removeConfiguration(String parent, CustomerRemoveConfigurationRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.parent - Required. The customer managing the device in the format `customers/[CUSTOMER_ID]`.content - the CustomerRemoveConfigurationRequestIOExceptionpublic AndroidProvisioningPartner.Customers.Devices.Unclaim unclaim(String parent, CustomerUnclaimDeviceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.parent - Required. The customer managing the device. An API resource name in the format
`customers/[CUSTOMER_ID]`.content - the CustomerUnclaimDeviceRequestIOExceptionCopyright © 2011–2025 Google. All rights reserved.