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(java.lang.String packageName,
InAppProduct content)
Creates a new in-app product for an app.
|
AndroidPublisher.Inappproducts.Patch |
AndroidPublisher.Inappproducts.patch(java.lang.String packageName,
java.lang.String sku,
InAppProduct content)
Updates the details of an in-app product.
|
AndroidPublisher.Inappproducts.Update |
AndroidPublisher.Inappproducts.update(java.lang.String packageName,
java.lang.String sku,
InAppProduct content)
Updates the details of an in-app product.
|
Constructor and Description |
---|
Insert(java.lang.String packageName,
InAppProduct content)
Creates a new in-app product for an app.
|
Patch(java.lang.String packageName,
java.lang.String sku,
InAppProduct content)
Updates the details of an in-app product.
|
Update(java.lang.String packageName,
java.lang.String sku,
InAppProduct content)
Updates the details of an in-app product.
|
Modifier and Type | Method and Description |
---|---|
InAppProduct |
InAppProduct.clone() |
InAppProduct |
InAppProduct.set(java.lang.String fieldName,
java.lang.Object value) |
InAppProduct |
InAppProduct.setDefaultLanguage(java.lang.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(java.lang.String gracePeriod)
Grace period of the subscription, specified in ISO 8601 format.
|
InAppProduct |
InAppProduct.setListings(java.util.Map<java.lang.String,InAppProductListing> listings)
List of localized title and description data.
|
InAppProduct |
InAppProduct.setPackageName(java.lang.String packageName)
The package name of the parent app.
|
InAppProduct |
InAppProduct.setPrices(java.util.Map<java.lang.String,Price> prices)
Prices per buyer region.
|
InAppProduct |
InAppProduct.setPurchaseType(java.lang.String purchaseType)
Purchase type enum value.
|
InAppProduct |
InAppProduct.setSeason(Season season)
Definition of a season for a seasonal subscription.
|
InAppProduct |
InAppProduct.setSku(java.lang.String sku)
The stock-keeping-unit (SKU) of the product, unique within an app.
|
InAppProduct |
InAppProduct.setStatus(java.lang.String status) |
InAppProduct |
InAppProduct.setSubscriptionPeriod(java.lang.String subscriptionPeriod)
Subscription period, specified in ISO 8601 format.
|
InAppProduct |
InAppProduct.setTrialPeriod(java.lang.String trialPeriod)
Trial period, specified in ISO 8601 format.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<InAppProduct> |
InappproductsListResponse.getInappproduct() |
Modifier and Type | Method and Description |
---|---|
InappproductsListResponse |
InappproductsListResponse.setInappproduct(java.util.List<InAppProduct> inappproduct) |