| 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 |
|---|
AndroidPublisher.Inappproducts.Insert(String packageName,
InAppProduct content)
Creates a new in-app product for an app.
|
AndroidPublisher.Inappproducts.Patch(String packageName,
String sku,
InAppProduct content)
Updates the details of an in-app product.
|
AndroidPublisher.Inappproducts.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 |
InappproductsInsertResponse.getInappproduct() |
InAppProduct |
InappproductsUpdateResponse.getInappproduct() |
InAppProduct |
InappproductsUpdateRequest.getInappproduct() |
InAppProduct |
InappproductsInsertRequest.getInappproduct() |
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.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.setSeason(Season season)
Definition of a season for a seasonal subscription.
|
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)
The period of the subscription (if any), i.e.
|
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 |
|---|---|
InappproductsInsertResponse |
InappproductsInsertResponse.setInappproduct(InAppProduct inappproduct) |
InappproductsUpdateResponse |
InappproductsUpdateResponse.setInappproduct(InAppProduct inappproduct) |
InappproductsUpdateRequest |
InappproductsUpdateRequest.setInappproduct(InAppProduct inappproduct) |
InappproductsInsertRequest |
InappproductsInsertRequest.setInappproduct(InAppProduct inappproduct) |
| Modifier and Type | Method and Description |
|---|---|
InappproductsListResponse |
InappproductsListResponse.setInappproduct(List<InAppProduct> inappproduct) |