public class AndroidProvisioningPartner.Partners.Customers extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidProvisioningPartner.Partners.Customers.Create |
class |
AndroidProvisioningPartner.Partners.Customers.List |
| Constructor and Description |
|---|
Customers() |
| Modifier and Type | Method and Description |
|---|---|
AndroidProvisioningPartner.Partners.Customers.Create |
create(String parent,
CreateCustomerRequest content)
Creates a customer for zero-touch enrollment.
|
AndroidProvisioningPartner.Partners.Customers.List |
list(Long partnerId)
Lists the customers that are enrolled to the reseller identified by the `partnerId` argument.
|
public AndroidProvisioningPartner.Partners.Customers.Create create(String parent, CreateCustomerRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent resource ID in the format `partners/[PARTNER_ID]` that identifies the reseller.content - the CreateCustomerRequestIOExceptionpublic AndroidProvisioningPartner.Partners.Customers.List list(Long partnerId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.partnerId - Required. The ID of the reseller partner.IOExceptionCopyright © 2011–2025 Google. All rights reserved.