Package | Description |
---|---|
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
ProductPolicy |
ProductPolicy.clone() |
ProductPolicy |
ProductPolicy.set(String fieldName,
Object value) |
ProductPolicy |
ProductPolicy.setAutoInstallPolicy(AutoInstallPolicy autoInstallPolicy)
The auto install policy for the product.
|
ProductPolicy |
ProductPolicy.setProductId(String productId)
The ID of the product.
|
ProductPolicy |
ProductPolicy.setTrackIds(List<String> trackIds)
Grants the device visibility to the specified product release track(s), identified by trackIds.
|
ProductPolicy |
ProductPolicy.setTracks(List<String> tracks)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ProductPolicy> |
Policy.getProductPolicy()
The list of product policies.
|
Modifier and Type | Method and Description |
---|---|
Policy |
Policy.setProductPolicy(List<ProductPolicy> productPolicy)
The list of product policies.
|
Copyright © 2011–2019 Google. All rights reserved.