Package | Description |
---|---|
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
AppVersion |
AppVersion.clone() |
AppVersion |
AppVersion.set(String fieldName,
Object value) |
AppVersion |
AppVersion.setIsProduction(Boolean isProduction)
True if this version is a production APK.
|
AppVersion |
AppVersion.setTrack(String track)
Deprecated, use trackId instead.
|
AppVersion |
AppVersion.setTrackId(List<String> trackId)
Track ids that the app version is published in.
|
AppVersion |
AppVersion.setVersionCode(Integer versionCode)
Unique increasing identifier for the app version.
|
AppVersion |
AppVersion.setVersionString(String versionString)
The string used in the Play store by the app developer to identify the version.
|
Modifier and Type | Method and Description |
---|---|
List<AppVersion> |
Product.getAppVersion()
App versions currently available for this product.
|
Modifier and Type | Method and Description |
---|---|
Product |
Product.setAppVersion(List<AppVersion> appVersion)
App versions currently available for this product.
|
Copyright © 2011–2019 Google. All rights reserved.