Package | Description |
---|---|
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
ProductVisibility |
ProductVisibility.clone() |
ProductVisibility |
ProductVisibility.set(String fieldName,
Object value) |
ProductVisibility |
ProductVisibility.setProductId(String productId)
The product ID to make visible to the user.
|
ProductVisibility |
ProductVisibility.setTrackIds(List<String> trackIds)
Grants the user visibility to the specified product track(s), identified by trackIds.
|
ProductVisibility |
ProductVisibility.setTracks(List<String> tracks)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ProductVisibility> |
ProductSet.getProductVisibility()
Additional list of product IDs making up the product set.
|
Modifier and Type | Method and Description |
---|---|
ProductSet |
ProductSet.setProductVisibility(List<ProductVisibility> productVisibility)
Additional list of product IDs making up the product set.
|
Copyright © 2011–2019 Google. All rights reserved.