Modifier and Type | Class and Description |
---|---|
class |
Directory.Domains.Delete |
class |
Directory.Domains.Get |
class |
Directory.Domains.Insert |
class |
Directory.Domains.List |
Constructor and Description |
---|
Domains() |
Modifier and Type | Method and Description |
---|---|
Directory.Domains.Delete |
delete(String customer,
String domainName)
Deletes a domain of the customer.
|
Directory.Domains.Get |
get(String customer,
String domainName)
Retrieves a domain of the customer.
|
Directory.Domains.Insert |
insert(String customer,
Domains content)
Inserts a domain of the customer.
|
Directory.Domains.List |
list(String customer)
Lists the domains of the customer.
|
public Directory.Domains.Delete delete(String customer, String domainName) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- Immutable ID of the Google Workspace account.domainName
- Name of domain to be deletedIOException
public Directory.Domains.Get get(String customer, String domainName) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- Immutable ID of the Google Workspace account.domainName
- Name of domain to be retrievedIOException
public Directory.Domains.Insert insert(String customer, Domains content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- Immutable ID of the Google Workspace account.content
- the Domains
IOException
public Directory.Domains.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.