Modifier and Type | Class and Description |
---|---|
class |
Directory.Customer.Devices
The "devices" collection of methods.
|
Constructor and Description |
---|
Customer() |
Modifier and Type | Method and Description |
---|---|
Directory.Customer.Devices |
devices()
An accessor for creating requests from the Devices collection.
|
public Directory.Customer.Devices devices()
The typical use is:
Directory admin = new Directory(...);
Directory.Devices.List request = admin.devices().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.