public final class ProductPolicy
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Play EMM API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ProductPolicy() |
| Modifier and Type | Method and Description |
|---|---|
ProductPolicy |
clone() |
AutoInstallPolicy |
getAutoInstallPolicy()
The auto-install policy for the product.
|
String |
getAutoUpdateMode()
The auto-update mode for the product.
|
List<EnterpriseAuthenticationAppLinkConfig> |
getEnterpriseAuthenticationAppLinkConfigs()
An authentication URL configuration for the authenticator app of an identity provider.
|
ManagedConfiguration |
getManagedConfiguration()
The managed configuration for the product.
|
String |
getProductId()
The ID of the product.
|
List<String> |
getTrackIds()
Grants the device visibility to the specified product release track(s), identified by trackIds.
|
List<String> |
getTracks()
Deprecated.
|
ProductPolicy |
set(String fieldName,
Object value) |
ProductPolicy |
setAutoInstallPolicy(AutoInstallPolicy autoInstallPolicy)
The auto-install policy for the product.
|
ProductPolicy |
setAutoUpdateMode(String autoUpdateMode)
The auto-update mode for the product.
|
ProductPolicy |
setEnterpriseAuthenticationAppLinkConfigs(List<EnterpriseAuthenticationAppLinkConfig> enterpriseAuthenticationAppLinkConfigs)
An authentication URL configuration for the authenticator app of an identity provider.
|
ProductPolicy |
setManagedConfiguration(ManagedConfiguration managedConfiguration)
The managed configuration for the product.
|
ProductPolicy |
setProductId(String productId)
The ID of the product.
|
ProductPolicy |
setTrackIds(List<String> trackIds)
Grants the device visibility to the specified product release track(s), identified by trackIds.
|
ProductPolicy |
setTracks(List<String> tracks)
Deprecated.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic AutoInstallPolicy getAutoInstallPolicy()
null for nonepublic ProductPolicy setAutoInstallPolicy(AutoInstallPolicy autoInstallPolicy)
autoInstallPolicy - autoInstallPolicy or null for nonepublic String getAutoUpdateMode()
null for nonepublic ProductPolicy setAutoUpdateMode(String autoUpdateMode)
autoUpdateMode - autoUpdateMode or null for nonepublic List<EnterpriseAuthenticationAppLinkConfig> getEnterpriseAuthenticationAppLinkConfigs()
null for nonepublic ProductPolicy setEnterpriseAuthenticationAppLinkConfigs(List<EnterpriseAuthenticationAppLinkConfig> enterpriseAuthenticationAppLinkConfigs)
enterpriseAuthenticationAppLinkConfigs - enterpriseAuthenticationAppLinkConfigs or null for nonepublic ManagedConfiguration getManagedConfiguration()
null for nonepublic ProductPolicy setManagedConfiguration(ManagedConfiguration managedConfiguration)
managedConfiguration - managedConfiguration or null for nonepublic String getProductId()
null for nonepublic ProductPolicy setProductId(String productId)
productId - productId or null for nonepublic List<String> getTrackIds()
null for nonepublic ProductPolicy setTrackIds(List<String> trackIds)
trackIds - trackIds or null for nonepublic List<String> getTracks()
null for nonepublic ProductPolicy setTracks(List<String> tracks)
tracks - tracks or null for nonepublic ProductPolicy set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ProductPolicy clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.