Package | Description |
---|---|
com.google.api.services.androidpublisher | |
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Inappproducts.Insert |
AndroidPublisher.Inappproducts.insert(String packageName,
InAppProduct content)
Creates a new in-app product for an app.
|
AndroidPublisher.Inappproducts.Patch |
AndroidPublisher.Inappproducts.patch(String packageName,
String sku,
InAppProduct content)
Updates the details of an in-app product.
|
AndroidPublisher.Inappproducts.Update |
AndroidPublisher.Inappproducts.update(String packageName,
String sku,
InAppProduct content)
Updates the details of an in-app product.
|
Constructor and Description |
---|
Insert(String packageName,
InAppProduct content)
Creates a new in-app product for an app.
|
Patch(String packageName,
String sku,
InAppProduct content)
Updates the details of an in-app product.
|
Update(String packageName,
String sku,
InAppProduct content)
Updates the details of an in-app product.
|
Modifier and Type | Method and Description |
---|---|
InAppProduct |
InAppProduct.clone() |
InAppProduct |
InAppProduct.set(String fieldName,
Object value) |
InAppProduct |
InAppProduct.setDefaultLanguage(String defaultLanguage)
The default language of the localized data, as defined by BCP 47.
|
InAppProduct |
InAppProduct.setDefaultPrice(Price defaultPrice)
Default price cannot be zero.
|
InAppProduct |
InAppProduct.setGracePeriod(String gracePeriod)
Grace period of the subscription, specified in ISO 8601 format.
|
InAppProduct |
InAppProduct.setListings(Map<String,InAppProductListing> listings)
List of localized title and description data.
|
InAppProduct |
InAppProduct.setPackageName(String packageName)
The package name of the parent app.
|
InAppProduct |
InAppProduct.setPrices(Map<String,Price> prices)
Prices per buyer region.
|
InAppProduct |
InAppProduct.setPurchaseType(String purchaseType)
Purchase type enum value.
|
InAppProduct |
InAppProduct.setSku(String sku)
The stock-keeping-unit (SKU) of the product, unique within an app.
|
InAppProduct |
InAppProduct.setStatus(String status) |
InAppProduct |
InAppProduct.setSubscriptionPeriod(String subscriptionPeriod)
Subscription period, specified in ISO 8601 format.
|
InAppProduct |
InAppProduct.setTrialPeriod(String trialPeriod)
Trial period, specified in ISO 8601 format.
|
Modifier and Type | Method and Description |
---|---|
List<InAppProduct> |
InappproductsListResponse.getInappproduct() |
Modifier and Type | Method and Description |
---|---|
InappproductsListResponse |
InappproductsListResponse.setInappproduct(List<InAppProduct> inappproduct) |
Copyright © 2011–2020 Google. All rights reserved.