| Modifier and Type | Class and Description |
|---|---|
class |
Directory.DomainAliases.Delete |
class |
Directory.DomainAliases.Get |
class |
Directory.DomainAliases.Insert |
class |
Directory.DomainAliases.List |
| Constructor and Description |
|---|
DomainAliases() |
| Modifier and Type | Method and Description |
|---|---|
Directory.DomainAliases.Delete |
delete(String customer,
String domainAliasName)
Deletes a domain Alias of the customer.
|
Directory.DomainAliases.Get |
get(String customer,
String domainAliasName)
Retrieves a domain alias of the customer.
|
Directory.DomainAliases.Insert |
insert(String customer,
DomainAlias content)
Inserts a domain alias of the customer.
|
Directory.DomainAliases.List |
list(String customer)
Lists the domain aliases of the customer.
|
public Directory.DomainAliases.Delete delete(String customer, String domainAliasName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customer - Immutable ID of the Google Workspace account.domainAliasName - Name of domain alias to be retrieved.IOExceptionpublic Directory.DomainAliases.Get get(String customer, String domainAliasName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customer - Immutable ID of the Google Workspace account.domainAliasName - Name of domain alias to be retrieved.IOExceptionpublic Directory.DomainAliases.Insert insert(String customer, DomainAlias content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customer - Immutable ID of the Google Workspace account.content - the DomainAliasIOExceptionpublic Directory.DomainAliases.List list(String customer) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customer - Immutable ID of the Google Workspace account.IOExceptionCopyright © 2011–2021 Google. All rights reserved.