The "collectionviewers" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($enterpriseId, $collectionId, $userId, $optParams=array()) |
| Removes the user from the list of those specifically allowed to see the collection.
|
|
| get ($enterpriseId, $collectionId, $userId, $optParams=array()) |
| Retrieves the ID of the user if they have been specifically allowed to see the collection.
|
|
| listCollectionviewers ($enterpriseId, $collectionId, $optParams=array()) |
| Retrieves the IDs of the users who have been specifically allowed to see the collection.
|
|
| patch ($enterpriseId, $collectionId, $userId, Google_Service_AndroidEnterprise_User $postBody, $optParams=array()) |
| Adds the user to the list of those specifically allowed to see the collection.
|
|
| update ($enterpriseId, $collectionId, $userId, Google_Service_AndroidEnterprise_User $postBody, $optParams=array()) |
| Adds the user to the list of those specifically allowed to see the collection.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "collectionviewers" collection of methods.
Typical usage is: $androidenterpriseService = new Google_Service_AndroidEnterprise(...); $collectionviewers = $androidenterpriseService->collectionviewers;
◆ 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_Collectionviewers_Resource::delete |
( |
| $enterpriseId, |
|
|
| $collectionId, |
|
|
| $userId, |
|
|
| $optParams = array() ) |
Removes the user from the list of those specifically allowed to see the collection.
If the collection's visibility is set to viewersOnly then only such users will see the collection. (collectionviewers.delete)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $collectionId | The ID of the collection. |
string | $userId | The ID of the user. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_AndroidEnterprise_Collectionviewers_Resource::get |
( |
| $enterpriseId, |
|
|
| $collectionId, |
|
|
| $userId, |
|
|
| $optParams = array() ) |
Retrieves the ID of the user if they have been specifically allowed to see the collection.
If the collection's visibility is set to viewersOnly then only these users will see the collection. (collectionviewers.get)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $collectionId | The ID of the collection. |
string | $userId | The ID of the user. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listCollectionviewers()
Google_Service_AndroidEnterprise_Collectionviewers_Resource::listCollectionviewers |
( |
| $enterpriseId, |
|
|
| $collectionId, |
|
|
| $optParams = array() ) |
Retrieves the IDs of the users who have been specifically allowed to see the collection.
If the collection's visibility is set to viewersOnly then only these users will see the collection. (collectionviewers.listCollectionviewers)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $collectionId | The ID of the collection. |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Adds the user to the list of those specifically allowed to see the collection.
If the collection's visibility is set to viewersOnly then only such users will see the collection. This method supports patch semantics. (collectionviewers.patch)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $collectionId | The ID of the collection. |
string | $userId | The ID of the user. |
Google_User | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Adds the user to the list of those specifically allowed to see the collection.
If the collection's visibility is set to viewersOnly then only such users will see the collection. (collectionviewers.update)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $collectionId | The ID of the collection. |
string | $userId | The ID of the user. |
Google_User | $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