Package | Description |
---|---|
com.google.api.services.directory | |
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
Directory.Customers.Patch |
Directory.Customers.patch(String customerKey,
Customer content)
Patch Customers via Apiary Patch Orchestration
Create a request for the method "customers.patch".
|
Directory.Customers.Update |
Directory.Customers.update(String customerKey,
Customer content)
Updates a customer.
|
Constructor and Description |
---|
Patch(String customerKey,
Customer content)
Patch Customers via Apiary Patch Orchestration
Create a request for the method "customers.patch".
|
Update(String customerKey,
Customer content)
Updates a customer.
|
Modifier and Type | Method and Description |
---|---|
Customer |
Customer.clone() |
Customer |
Customer.set(String fieldName,
Object value) |
Customer |
Customer.setAlternateEmail(String alternateEmail)
The customer's secondary contact email address.
|
Customer |
Customer.setCustomerCreationTime(DateTime customerCreationTime)
The customer's creation time (Readonly)
|
Customer |
Customer.setCustomerDomain(String customerDomain)
The customer's primary domain name string.
|
Customer |
Customer.setEtag(String etag)
ETag of the resource.
|
Customer |
Customer.setId(String id)
The unique ID for the customer's Google Workspace account.
|
Customer |
Customer.setKind(String kind)
Identifies the resource as a customer.
|
Customer |
Customer.setLanguage(String language)
The customer's ISO 639-2 language code.
|
Customer |
Customer.setPhoneNumber(String phoneNumber)
The customer's contact phone number in [E.164](https://en.wikipedia.org/wiki/E.164) format.
|
Customer |
Customer.setPostalAddress(CustomerPostalAddress postalAddress)
The customer's postal address information.
|
Copyright © 2011–2021 Google. All rights reserved.