public class AndroidEnterprise.Grouplicenses
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidEnterprise.Grouplicenses.Get |
class |
AndroidEnterprise.Grouplicenses.List |
| Constructor and Description |
|---|
Grouplicenses() |
| Modifier and Type | Method and Description |
|---|---|
AndroidEnterprise.Grouplicenses.Get |
get(java.lang.String enterpriseId,
java.lang.String groupLicenseId)
Retrieves details of an enterprise's group license for a product.
|
AndroidEnterprise.Grouplicenses.List |
list(java.lang.String enterpriseId)
Retrieves IDs of all products for which the enterprise has a group license.
|
public AndroidEnterprise.Grouplicenses.Get get(java.lang.String enterpriseId, java.lang.String groupLicenseId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.enterpriseId - The ID of the enterprise.groupLicenseId - The ID of the product the group license is for, e.g. "app:com.google.android.gm".java.io.IOExceptionpublic AndroidEnterprise.Grouplicenses.List list(java.lang.String enterpriseId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.enterpriseId - The ID of the enterprise.java.io.IOException