Package | Description |
---|---|
com.google.api.services.androidenterprise | |
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Entitlements.Patch |
AndroidEnterprise.Entitlements.patch(String enterpriseId,
String userId,
String entitlementId,
Entitlement content)
Adds or updates an entitlement to an app for a user.
|
AndroidEnterprise.Entitlements.Update |
AndroidEnterprise.Entitlements.update(String enterpriseId,
String userId,
String entitlementId,
Entitlement content)
Adds or updates an entitlement to an app for a user.
|
Constructor and Description |
---|
Patch(String enterpriseId,
String userId,
String entitlementId,
Entitlement content)
Adds or updates an entitlement to an app for a user.
|
Update(String enterpriseId,
String userId,
String entitlementId,
Entitlement content)
Adds or updates an entitlement to an app for a user.
|
Modifier and Type | Method and Description |
---|---|
Entitlement |
Entitlement.clone() |
Entitlement |
Entitlement.set(String fieldName,
Object value) |
Entitlement |
Entitlement.setKind(String kind)
Identifies what kind of resource this is.
|
Entitlement |
Entitlement.setProductId(String productId)
The ID of the product that the entitlement is for.
|
Entitlement |
Entitlement.setReason(String reason)
The reason for the entitlement.
|
Modifier and Type | Method and Description |
---|---|
List<Entitlement> |
EntitlementsListResponse.getEntitlement()
An entitlement of a user to a product (e.g.
|
Modifier and Type | Method and Description |
---|---|
EntitlementsListResponse |
EntitlementsListResponse.setEntitlement(List<Entitlement> entitlement)
An entitlement of a user to a product (e.g.
|
Copyright © 2011–2019 Google. All rights reserved.