Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
Google_Service_AndroidEnterprise_Grouplicenses_Resource Class Reference

The "grouplicenses" collection of methods. More...

Inheritance diagram for Google_Service_AndroidEnterprise_Grouplicenses_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 get ($enterpriseId, $groupLicenseId, $optParams=array())
 Retrieves details of an enterprise's group license for a product.
 
 listGrouplicenses ($enterpriseId, $optParams=array())
 Retrieves IDs of all products for which the enterprise has a group license.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "grouplicenses" collection of methods.

Typical usage is: $androidenterpriseService = new Google_Service_AndroidEnterprise(...); $grouplicenses = $androidenterpriseService->grouplicenses;

Member Function Documentation

◆ 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
Google_Exception

◆ get()

Google_Service_AndroidEnterprise_Grouplicenses_Resource::get ( $enterpriseId,
$groupLicenseId,
$optParams = array() )

Retrieves details of an enterprise's group license for a product.

(grouplicenses.get)

Parameters
string$enterpriseIdThe ID of the enterprise.
string$groupLicenseIdThe ID of the product the group license is for, e.g. "app:com.google.android.gm".
array$optParamsOptional parameters.
Return values
Google_Service_AndroidEnterprise_GroupLicense

◆ listGrouplicenses()

Google_Service_AndroidEnterprise_Grouplicenses_Resource::listGrouplicenses ( $enterpriseId,
$optParams = array() )

Retrieves IDs of all products for which the enterprise has a group license.

(grouplicenses.listGrouplicenses)

Parameters
string$enterpriseIdThe ID of the enterprise.
array$optParamsOptional parameters.
Return values
Google_Service_AndroidEnterprise_GroupLicensesListResponse

The documentation for this class was generated from the following file: