| 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 an in-app product (a managed product or a subscription). | 
| AndroidPublisher.Inappproducts.Patch | AndroidPublisher.Inappproducts. patch(String packageName,
     String sku,
     InAppProduct content)Patches an in-app product (a managed product or a subscription). | 
| AndroidPublisher.Inappproducts.Update | AndroidPublisher.Inappproducts. update(String packageName,
      String sku,
      InAppProduct content)Updates an in-app product (a managed product or a subscription). | 
| Constructor and Description | 
|---|
| Insert(String packageName,
      InAppProduct content)Creates an in-app product (a managed product or a subscription). | 
| Patch(String packageName,
     String sku,
     InAppProduct content)Patches an in-app product (a managed product or a subscription). | 
| Update(String packageName,
      String sku,
      InAppProduct content)Updates an in-app product (a managed product or a subscription). | 
| Modifier and Type | Method and Description | 
|---|---|
| InAppProduct | InAppProduct. clone() | 
| InAppProduct | InappproductsUpdateRequest. getInappproduct()The new in-app product. | 
| InAppProduct | InAppProduct. set(String fieldName,
   Object value) | 
| InAppProduct | InAppProduct. setDefaultLanguage(String defaultLanguage)Default language of the localized data, as defined by BCP-47. | 
| InAppProduct | InAppProduct. setDefaultPrice(Price defaultPrice)Default price. | 
| 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. setManagedProductTaxesAndComplianceSettings(ManagedProductTaxAndComplianceSettings managedProductTaxesAndComplianceSettings)Details about taxes and legal compliance. | 
| InAppProduct | InAppProduct. setPackageName(String packageName)Package name of the parent app. | 
| InAppProduct | InAppProduct. setPrices(Map<String,Price> prices)Prices per buyer region. | 
| InAppProduct | InAppProduct. setPurchaseType(String purchaseType)The type of the product, e.g. | 
| InAppProduct | InAppProduct. setSku(String sku)Stock-keeping-unit (SKU) of the product, unique within an app. | 
| InAppProduct | InAppProduct. setStatus(String status)The status of the product, e.g. | 
| InAppProduct | InAppProduct. setSubscriptionPeriod(String subscriptionPeriod)Subscription period, specified in ISO 8601 format. | 
| InAppProduct | InAppProduct. setSubscriptionTaxesAndComplianceSettings(SubscriptionTaxAndComplianceSettings subscriptionTaxesAndComplianceSettings)Details about taxes and legal compliance. | 
| InAppProduct | InAppProduct. setTrialPeriod(String trialPeriod)Trial period, specified in ISO 8601 format. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<InAppProduct> | InappproductsListResponse. getInappproduct()All in-app products. | 
| List<InAppProduct> | InappproductsBatchGetResponse. getInappproduct()The list of requested in-app products, in the same order as the request. | 
| List<InAppProduct> | InappproductsBatchUpdateResponse. getInappproducts()The updated or inserted in-app products. | 
| Modifier and Type | Method and Description | 
|---|---|
| InappproductsUpdateRequest | InappproductsUpdateRequest. setInappproduct(InAppProduct inappproduct)The new in-app product. | 
| Modifier and Type | Method and Description | 
|---|---|
| InappproductsListResponse | InappproductsListResponse. setInappproduct(List<InAppProduct> inappproduct)All in-app products. | 
| InappproductsBatchGetResponse | InappproductsBatchGetResponse. setInappproduct(List<InAppProduct> inappproduct)The list of requested in-app products, in the same order as the request. | 
| InappproductsBatchUpdateResponse | InappproductsBatchUpdateResponse. setInappproducts(List<InAppProduct> inappproducts)The updated or inserted in-app products. | 
Copyright © 2011–2024 Google. All rights reserved.