The "collections" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($enterpriseId, $collectionId, $optParams=array()) |
| Deletes a collection.
|
|
| get ($enterpriseId, $collectionId, $optParams=array()) |
| Retrieves the details of a collection.
|
|
| insert ($enterpriseId, Google_Service_AndroidEnterprise_Collection $postBody, $optParams=array()) |
| Creates a new collection.
|
|
| listCollections ($enterpriseId, $optParams=array()) |
| Retrieves the IDs of all the collections for an enterprise.
|
|
| patch ($enterpriseId, $collectionId, Google_Service_AndroidEnterprise_Collection $postBody, $optParams=array()) |
| Updates a collection.
|
|
| update ($enterpriseId, $collectionId, Google_Service_AndroidEnterprise_Collection $postBody, $optParams=array()) |
| Updates a collection.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "collections" collection of methods.
Typical usage is: $androidenterpriseService = new Google_Service_AndroidEnterprise(...); $collections = $androidenterpriseService->collections;
◆ 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_AndroidEnterprise_Collections_Resource::delete |
( |
| $enterpriseId, |
|
|
| $collectionId, |
|
|
| $optParams = array() ) |
Deletes a collection.
(collections.delete)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $collectionId | The ID of the collection. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_AndroidEnterprise_Collections_Resource::get |
( |
| $enterpriseId, |
|
|
| $collectionId, |
|
|
| $optParams = array() ) |
Retrieves the details of a collection.
(collections.get)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $collectionId | The ID of the collection. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Creates a new collection.
(collections.insert)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
Google_Collection | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listCollections()
Google_Service_AndroidEnterprise_Collections_Resource::listCollections |
( |
| $enterpriseId, |
|
|
| $optParams = array() ) |
Retrieves the IDs of all the collections for an enterprise.
(collections.listCollections)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Updates a collection.
This method supports patch semantics. (collections.patch)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $collectionId | The ID of the collection. |
Google_Collection | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates a collection.
(collections.update)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $collectionId | The ID of the collection. |
Google_Collection | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AndroidEnterprise.php