The "mobiledevices" collection of methods.
More...
|
| action ($customerId, $resourceId, Google_Service_Directory_MobileDeviceAction $postBody, $optParams=array()) |
| Take action on Mobile Device (mobiledevices.action)
|
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($customerId, $resourceId, $optParams=array()) |
| Delete Mobile Device (mobiledevices.delete)
|
|
| get ($customerId, $resourceId, $optParams=array()) |
| Retrieve Mobile Device (mobiledevices.get)
|
|
| listMobiledevices ($customerId, $optParams=array()) |
| Retrieve all Mobile Devices of a customer (paginated) (mobiledevices.listMobiledevices)
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "mobiledevices" collection of methods.
Typical usage is: $adminService = new Google_Service_Directory(...); $mobiledevices = $adminService->mobiledevices;
◆ action()
Take action on Mobile Device (mobiledevices.action)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
string | $resourceId | Immutable id of Mobile Device |
Google_MobileDeviceAction | $postBody | |
array | $optParams | Optional parameters. |
◆ 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_Mobiledevices_Resource::delete |
( |
| $customerId, |
|
|
| $resourceId, |
|
|
| $optParams = array() ) |
Delete Mobile Device (mobiledevices.delete)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
string | $resourceId | Immutable id of Mobile Device |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Directory_Mobiledevices_Resource::get |
( |
| $customerId, |
|
|
| $resourceId, |
|
|
| $optParams = array() ) |
Retrieve Mobile Device (mobiledevices.get)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
string | $resourceId | Immutable id of Mobile Device |
array | $optParams | Optional parameters. |
@opt_param string projection Restrict information returned to a set of selected fields.
- Return values
-
◆ listMobiledevices()
Google_Service_Directory_Mobiledevices_Resource::listMobiledevices |
( |
| $customerId, |
|
|
| $optParams = array() ) |
Retrieve all Mobile Devices of a customer (paginated) (mobiledevices.listMobiledevices)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
array | $optParams | Optional parameters. |
@opt_param string orderBy Column to use for sorting results @opt_param string projection Restrict information returned to a set of selected fields. @opt_param int maxResults Maximum number of results to return. Default is 100 @opt_param string pageToken Token to specify next page in the list @opt_param string sortOrder Whether to return results in ascending or descending order. Only of use when orderBy is also used @opt_param string query Search string in the format given at http://support.google.com/a/bin/answer.py?hl=en=1408863#search
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Directory.php