Package | Description |
---|---|
com.google.api.services.androidpublisher | |
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Monetization.Onetimeproducts.Patch |
AndroidPublisher.Monetization.Onetimeproducts.patch(String packageName,
String productId,
OneTimeProduct content)
Creates or updates a one-time product.
|
Constructor and Description |
---|
Patch(String packageName,
String productId,
OneTimeProduct content)
Creates or updates a one-time product.
|
Modifier and Type | Method and Description |
---|---|
OneTimeProduct |
OneTimeProduct.clone() |
OneTimeProduct |
UpdateOneTimeProductRequest.getOneTimeProduct()
Required.
|
OneTimeProduct |
OneTimeProduct.set(String fieldName,
Object value) |
OneTimeProduct |
OneTimeProduct.setListings(List<OneTimeProductListing> listings)
Required.
|
OneTimeProduct |
OneTimeProduct.setOfferTags(List<OfferTag> offerTags)
Optional.
|
OneTimeProduct |
OneTimeProduct.setPackageName(String packageName)
Required.
|
OneTimeProduct |
OneTimeProduct.setProductId(String productId)
Required.
|
OneTimeProduct |
OneTimeProduct.setPurchaseOptions(List<OneTimeProductPurchaseOption> purchaseOptions)
Required.
|
OneTimeProduct |
OneTimeProduct.setRegionsVersion(RegionsVersion regionsVersion)
Output only.
|
OneTimeProduct |
OneTimeProduct.setRestrictedPaymentCountries(RestrictedPaymentCountries restrictedPaymentCountries)
Optional.
|
OneTimeProduct |
OneTimeProduct.setTaxAndComplianceSettings(OneTimeProductTaxAndComplianceSettings taxAndComplianceSettings)
Details about taxes and legal compliance.
|
Modifier and Type | Method and Description |
---|---|
List<OneTimeProduct> |
BatchUpdatePurchaseOptionStatesResponse.getOneTimeProducts()
The list of updated one-time products.
|
List<OneTimeProduct> |
BatchGetOneTimeProductsResponse.getOneTimeProducts()
The list of requested one-time products, in the same order as the request.
|
List<OneTimeProduct> |
ListOneTimeProductsResponse.getOneTimeProducts()
The one-time products from the specified app.
|
List<OneTimeProduct> |
BatchUpdateOneTimeProductsResponse.getOneTimeProducts()
The list of updated one-time products list, in the same order as the request.
|
Modifier and Type | Method and Description |
---|---|
UpdateOneTimeProductRequest |
UpdateOneTimeProductRequest.setOneTimeProduct(OneTimeProduct oneTimeProduct)
Required.
|
Modifier and Type | Method and Description |
---|---|
BatchUpdatePurchaseOptionStatesResponse |
BatchUpdatePurchaseOptionStatesResponse.setOneTimeProducts(List<OneTimeProduct> oneTimeProducts)
The list of updated one-time products.
|
BatchGetOneTimeProductsResponse |
BatchGetOneTimeProductsResponse.setOneTimeProducts(List<OneTimeProduct> oneTimeProducts)
The list of requested one-time products, in the same order as the request.
|
ListOneTimeProductsResponse |
ListOneTimeProductsResponse.setOneTimeProducts(List<OneTimeProduct> oneTimeProducts)
The one-time products from the specified app.
|
BatchUpdateOneTimeProductsResponse |
BatchUpdateOneTimeProductsResponse.setOneTimeProducts(List<OneTimeProduct> oneTimeProducts)
The list of updated one-time products list, in the same order as the request.
|
Copyright © 2011–2025 Google. All rights reserved.