public class AndroidEnterprise.Grouplicenses extends 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(String enterpriseId,
String groupLicenseId)
Retrieves details of an enterprise's group license for a product.
|
AndroidEnterprise.Grouplicenses.List |
list(String enterpriseId)
Retrieves IDs of all products for which the enterprise has a group license.
|
public AndroidEnterprise.Grouplicenses.Get get(String enterpriseId, String groupLicenseId) throws 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".IOExceptionpublic AndroidEnterprise.Grouplicenses.List list(String enterpriseId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.enterpriseId - The ID of the enterprise.IOExceptionCopyright © 2011–2018 Google. All rights reserved.