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.IOException
public 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.IOException
public 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 DomainAlias
IOException
public Directory.DomainAliases.List list(String customer) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- Immutable ID of the Google Workspace account.IOException
Copyright © 2011–2021 Google. All rights reserved.