The "orgunits" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($customerId, $orgUnitPath, $optParams=array()) |
| Remove Organization Unit (orgunits.delete)
|
|
| get ($customerId, $orgUnitPath, $optParams=array()) |
| Retrieve Organization Unit (orgunits.get)
|
|
| insert ($customerId, Google_Service_Directory_OrgUnit $postBody, $optParams=array()) |
| Add Organization Unit (orgunits.insert)
|
|
| listOrgunits ($customerId, $optParams=array()) |
| Retrieve all Organization Units (orgunits.listOrgunits)
|
|
| patch ($customerId, $orgUnitPath, Google_Service_Directory_OrgUnit $postBody, $optParams=array()) |
| Update Organization Unit.
|
|
| update ($customerId, $orgUnitPath, Google_Service_Directory_OrgUnit $postBody, $optParams=array()) |
| Update Organization Unit (orgunits.update)
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "orgunits" collection of methods.
Typical usage is: $adminService = new Google_Service_Directory(...); $orgunits = $adminService->orgunits;
◆ 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_Orgunits_Resource::delete |
( |
| $customerId, |
|
|
| $orgUnitPath, |
|
|
| $optParams = array() ) |
Remove Organization Unit (orgunits.delete)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
string | $orgUnitPath | Full path of the organization unit or its Id |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Directory_Orgunits_Resource::get |
( |
| $customerId, |
|
|
| $orgUnitPath, |
|
|
| $optParams = array() ) |
Retrieve Organization Unit (orgunits.get)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
string | $orgUnitPath | Full path of the organization unit or its Id |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Add Organization Unit (orgunits.insert)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
Google_OrgUnit | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listOrgunits()
Google_Service_Directory_Orgunits_Resource::listOrgunits |
( |
| $customerId, |
|
|
| $optParams = array() ) |
Retrieve all Organization Units (orgunits.listOrgunits)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
array | $optParams | Optional parameters. |
@opt_param string type Whether to return all sub-organizations or just immediate children @opt_param string orgUnitPath the URL-encoded organization unit's path or its Id
- Return values
-
◆ patch()
Update Organization Unit.
This method supports patch semantics. (orgunits.patch)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
string | $orgUnitPath | Full path of the organization unit or its Id |
Google_OrgUnit | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Update Organization Unit (orgunits.update)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
string | $orgUnitPath | Full path of the organization unit or its Id |
Google_OrgUnit | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Directory.php