class Grouplicenses extends Resource (View source)

The "grouplicenses" collection of methods.

Typical usage is:

 $androidenterpriseService = new Google\Service\AndroidEnterprise(...);
 $grouplicenses = $androidenterpriseService->grouplicenses;

Methods

get(string $enterpriseId, string $groupLicenseId, array $optParams = [])

Retrieves details of an enterprise's group license for a product. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. (grouplicenses.get)

listGrouplicenses(string $enterpriseId, array $optParams = [])

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

Details

GroupLicense get(string $enterpriseId, string $groupLicenseId, array $optParams = [])

Retrieves details of an enterprise's group license for a product. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. (grouplicenses.get)

Parameters

string $enterpriseId

The ID of the enterprise.

string $groupLicenseId

The ID of the product the group license is for, e.g. "app:com.google.android.gm".

array $optParams

Optional parameters.

Return Value

GroupLicense

Exceptions

Exception

GroupLicensesListResponse listGrouplicenses(string $enterpriseId, array $optParams = [])

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

Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. (grouplicenses.listGrouplicenses)

Parameters

string $enterpriseId

The ID of the enterprise.

array $optParams

Optional parameters.

Return Value

GroupLicensesListResponse

Exceptions

Exception