Package | Description |
---|---|
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
Product |
Product.clone() |
Product |
Product.set(String fieldName,
Object value) |
Product |
Product.setAppTracks(List<TrackInfo> appTracks)
The tracks visible to the enterprise.
|
Product |
Product.setAppVersion(List<AppVersion> appVersion)
App versions currently available for this product.
|
Product |
Product.setAuthorName(String authorName)
The name of the author of the product (for example, the app developer).
|
Product |
Product.setAvailableCountries(List<String> availableCountries)
The countries which this app is available in.
|
Product |
Product.setAvailableTracks(List<String> availableTracks)
Deprecated, use appTracks instead.
|
Product |
Product.setCategory(String category)
The app category (e.g.
|
Product |
Product.setContentRating(String contentRating)
The content rating for this app.
|
Product |
Product.setDescription(String description)
The localized promotional description, if available.
|
Product |
Product.setDetailsUrl(String detailsUrl)
A link to the (consumer) Google Play details page for the product.
|
Product |
Product.setDistributionChannel(String distributionChannel)
How and to whom the package is made available.
|
Product |
Product.setIconUrl(String iconUrl)
A link to an image that can be used as an icon for the product.
|
Product |
Product.setKind(String kind)
Identifies what kind of resource this is.
|
Product |
Product.setLastUpdatedTimestampMillis(Long lastUpdatedTimestampMillis)
The approximate time (within 7 days) the app was last published, expressed in milliseconds
since epoch.
|
Product |
Product.setMinAndroidSdkVersion(Integer minAndroidSdkVersion)
The minimum Android SDK necessary to run the app.
|
Product |
Product.setPermissions(List<ProductPermission> permissions)
A list of permissions required by the app.
|
Product |
Product.setProductId(String productId)
A string of the form app:.
|
Product |
Product.setProductPricing(String productPricing)
Whether this product is free, free with in-app purchases, or paid.
|
Product |
Product.setRecentChanges(String recentChanges)
A description of the recent changes made to the app.
|
Product |
Product.setRequiresContainerApp(Boolean requiresContainerApp)
Deprecated.
|
Product |
Product.setScreenshotUrls(List<String> screenshotUrls)
A list of screenshot links representing the app.
|
Product |
Product.setSigningCertificate(ProductSigningCertificate signingCertificate)
The certificate used to sign this product.
|
Product |
Product.setSmallIconUrl(String smallIconUrl)
A link to a smaller image that can be used as an icon for the product.
|
Product |
Product.setTitle(String title)
The name of the product.
|
Product |
Product.setWorkDetailsUrl(String workDetailsUrl)
A link to the managed Google Play details page for the product, for use by an Enterprise admin.
|
Modifier and Type | Method and Description |
---|---|
List<Product> |
ProductsListResponse.getProduct()
Information about a product (e.g.
|
Modifier and Type | Method and Description |
---|---|
ProductsListResponse |
ProductsListResponse.setProduct(List<Product> product)
Information about a product (e.g.
|
Copyright © 2011–2019 Google. All rights reserved.