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