| Package | Description |
|---|---|
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
Entitlement |
Entitlement.clone() |
Entitlement |
Entitlement.set(java.lang.String fieldName,
java.lang.Object value) |
Entitlement |
Entitlement.setKind(java.lang.String kind)
This kind represents an entitlement object in the androidpublisher service.
|
Entitlement |
Entitlement.setProductId(java.lang.String productId)
The SKU of the product.
|
Entitlement |
Entitlement.setProductType(java.lang.String productType)
The type of the inapp product.
|
Entitlement |
Entitlement.setToken(java.lang.String token)
The token which can be verified using the subscriptions or products API.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Entitlement> |
EntitlementsListResponse.getResources() |
| Modifier and Type | Method and Description |
|---|---|
EntitlementsListResponse |
EntitlementsListResponse.setResources(java.util.List<Entitlement> resources) |