Modifier and Type | Class and Description |
---|---|
class |
Directory.Customers.Chrome
The "chrome" collection of methods.
|
class |
Directory.Customers.Get |
class |
Directory.Customers.Patch |
class |
Directory.Customers.Update |
Constructor and Description |
---|
Customers() |
Modifier and Type | Method and Description |
---|---|
Directory.Customers.Chrome |
chrome()
An accessor for creating requests from the Chrome collection.
|
Directory.Customers.Get |
get(String customerKey)
Retrieves a customer.
|
Directory.Customers.Patch |
patch(String customerKey,
Customer content)
Patch Customers via Apiary Patch Orchestration
Create a request for the method "customers.patch".
|
Directory.Customers.Update |
update(String customerKey,
Customer content)
Updates a customer.
|
public Directory.Customers.Get get(String customerKey) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customerKey
- Id of the customer to be retrievedIOException
public Directory.Customers.Patch patch(String customerKey, Customer content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customerKey
- Id of the customer to be updatedcontent
- the Customer
IOException
public Directory.Customers.Update update(String customerKey, Customer content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customerKey
- Id of the customer to be updatedcontent
- the Customer
IOException
public Directory.Customers.Chrome chrome()
The typical use is:
Directory admin = new Directory(...);
Directory.Chrome.List request = admin.chrome().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.