target.apidocs.com.google.api.services.androiddeviceprovisioning.v1.AndroidProvisioningPartner.Customers.html Maven / Gradle / Ivy
AndroidProvisioningPartner.Customers (Android Device Provisioning Partner API v1-rev20241202-2.0.0)
com.google.api.services.androiddeviceprovisioning.v1
Class AndroidProvisioningPartner.Customers
- java.lang.Object
-
- com.google.api.services.androiddeviceprovisioning.v1.AndroidProvisioningPartner.Customers
-
- Enclosing class:
- AndroidProvisioningPartner
public class AndroidProvisioningPartner.Customers
extends Object
The "customers" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidProvisioningPartner.Customers.Configurations
The "configurations" collection of methods.
class
AndroidProvisioningPartner.Customers.Devices
The "devices" collection of methods.
class
AndroidProvisioningPartner.Customers.Dpcs
The "dpcs" collection of methods.
class
AndroidProvisioningPartner.Customers.List
-
Constructor Summary
Constructors
Constructor and Description
Customers()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidProvisioningPartner.Customers.Configurations
configurations()
An accessor for creating requests from the Configurations collection.
AndroidProvisioningPartner.Customers.Devices
devices()
An accessor for creating requests from the Devices collection.
AndroidProvisioningPartner.Customers.Dpcs
dpcs()
An accessor for creating requests from the Dpcs collection.
AndroidProvisioningPartner.Customers.List
list()
Lists the user's customer accounts.
-
-
Method Detail
-
list
public AndroidProvisioningPartner.Customers.List list()
throws IOException
Lists the user's customer accounts.
Create a request for the method "customers.list".
This request holds the parameters needed by the androiddeviceprovisioning server. After setting
any optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException
-
configurations
public AndroidProvisioningPartner.Customers.Configurations configurations()
An accessor for creating requests from the Configurations collection.
The typical use is:
AndroidProvisioningPartner androiddeviceprovisioning = new AndroidProvisioningPartner(...);
AndroidProvisioningPartner.Configurations.List request = androiddeviceprovisioning.configurations().list(parameters ...)
- Returns:
- the resource collection
-
devices
public AndroidProvisioningPartner.Customers.Devices devices()
An accessor for creating requests from the Devices collection.
The typical use is:
AndroidProvisioningPartner androiddeviceprovisioning = new AndroidProvisioningPartner(...);
AndroidProvisioningPartner.Devices.List request = androiddeviceprovisioning.devices().list(parameters ...)
- Returns:
- the resource collection
-
dpcs
public AndroidProvisioningPartner.Customers.Dpcs dpcs()
An accessor for creating requests from the Dpcs collection.
The typical use is:
AndroidProvisioningPartner androiddeviceprovisioning = new AndroidProvisioningPartner(...);
AndroidProvisioningPartner.Dpcs.List request = androiddeviceprovisioning.dpcs().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy