Package | Description |
---|---|
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
GroupLicense |
GroupLicense.clone() |
GroupLicense |
GroupLicense.set(String fieldName,
Object value) |
GroupLicense |
GroupLicense.setAcquisitionKind(String acquisitionKind)
How this group license was acquired.
|
GroupLicense |
GroupLicense.setApproval(String approval)
Whether the product to which this group license relates is currently approved by the
enterprise.
|
GroupLicense |
GroupLicense.setKind(String kind)
Identifies what kind of resource this is.
|
GroupLicense |
GroupLicense.setNumProvisioned(Integer numProvisioned)
The total number of provisioned licenses for this product.
|
GroupLicense |
GroupLicense.setNumPurchased(Integer numPurchased)
The number of purchased licenses (possibly in multiple purchases).
|
GroupLicense |
GroupLicense.setPermissions(String permissions)
The permission approval status of the product.
|
GroupLicense |
GroupLicense.setProductId(String productId)
The ID of the product that the license is for.
|
Modifier and Type | Method and Description |
---|---|
List<GroupLicense> |
GroupLicensesListResponse.getGroupLicense()
A group license for a product approved for use in the enterprise.
|
Modifier and Type | Method and Description |
---|---|
GroupLicensesListResponse |
GroupLicensesListResponse.setGroupLicense(List<GroupLicense> groupLicense)
A group license for a product approved for use in the enterprise.
|
Copyright © 2011–2019 Google. All rights reserved.