| Package | Description |
|---|---|
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
InappproductsUpdateRequest |
InappproductsUpdateRequest.clone() |
InappproductsUpdateRequest |
InappproductsUpdateRequest.set(String fieldName,
Object value) |
InappproductsUpdateRequest |
InappproductsUpdateRequest.setAllowMissing(Boolean allowMissing)
If set to true, and the in-app product with the given package_name and sku doesn't exist, the
in-app product will be created.
|
InappproductsUpdateRequest |
InappproductsUpdateRequest.setAutoConvertMissingPrices(Boolean autoConvertMissingPrices)
If true the prices for all regions targeted by the parent app that don't have a price specified
for this in-app product will be auto converted to the target currency based on the default
price.
|
InappproductsUpdateRequest |
InappproductsUpdateRequest.setInappproduct(InAppProduct inappproduct)
The new in-app product.
|
InappproductsUpdateRequest |
InappproductsUpdateRequest.setLatencyTolerance(String latencyTolerance)
Optional.
|
InappproductsUpdateRequest |
InappproductsUpdateRequest.setPackageName(String packageName)
Package name of the app.
|
InappproductsUpdateRequest |
InappproductsUpdateRequest.setSku(String sku)
Unique identifier for the in-app product.
|
| Modifier and Type | Method and Description |
|---|---|
List<InappproductsUpdateRequest> |
InappproductsBatchUpdateRequest.getRequests()
Required.
|
| Modifier and Type | Method and Description |
|---|---|
InappproductsBatchUpdateRequest |
InappproductsBatchUpdateRequest.setRequests(List<InappproductsUpdateRequest> requests)
Required.
|
Copyright © 2011–2024 Google. All rights reserved.