The "domainAliases" collection of methods.
More...
|
| | call ($name, $arguments, $expected_class=null) |
| | TODO: This function needs simplifying.
|
| |
| | delete ($customer, $domainAliasName, $optParams=array()) |
| | Deletes a Domain Alias of the customer.
|
| |
| | get ($customer, $domainAliasName, $optParams=array()) |
| | Retrieves a domain alias of the customer.
|
| |
| | insert ($customer, Google_Service_Directory_DomainAlias $postBody, $optParams=array()) |
| | Inserts a Domain alias of the customer.
|
| |
| | listDomainAliases ($customer, $optParams=array()) |
| | Lists the domain aliases of the customer.
|
| |
|
|
| convertToArrayAndStripNulls ($o) |
| |
The "domainAliases" collection of methods.
Typical usage is: $adminService = new Google_Service_Directory(...); $domainAliases = $adminService->domainAliases;
◆ call()
| Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
| $name | |
| $arguments | |
| $expected_class | - optional, the expected class name |
- Return values
-
| Google_Http_Request|expected_class | |
- Exceptions
-
◆ delete()
| Google_Service_Directory_DomainAliases_Resource::delete |
( |
| $customer, |
|
|
| $domainAliasName, |
|
|
| $optParams = array() ) |
Deletes a Domain Alias of the customer.
(domainAliases.delete)
- Parameters
-
| string | $customer | Immutable id of the Google Apps account. |
| string | $domainAliasName | Name of domain alias to be retrieved. |
| array | $optParams | Optional parameters. |
◆ get()
| Google_Service_Directory_DomainAliases_Resource::get |
( |
| $customer, |
|
|
| $domainAliasName, |
|
|
| $optParams = array() ) |
Retrieves a domain alias of the customer.
(domainAliases.get)
- Parameters
-
| string | $customer | Immutable id of the Google Apps account. |
| string | $domainAliasName | Name of domain alias to be retrieved. |
| array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Inserts a Domain alias of the customer.
(domainAliases.insert)
- Parameters
-
| string | $customer | Immutable id of the Google Apps account. |
| Google_DomainAlias | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
◆ listDomainAliases()
| Google_Service_Directory_DomainAliases_Resource::listDomainAliases |
( |
| $customer, |
|
|
| $optParams = array() ) |
Lists the domain aliases of the customer.
(domainAliases.listDomainAliases)
- Parameters
-
| string | $customer | Immutable id of the Google Apps account. |
| array | $optParams | Optional parameters. |
@opt_param string parentDomainName Name of the parent domain for which domain aliases are to be fetched.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Directory.php