| Package | Description |
|---|---|
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
OneTimeProductOffer |
OneTimeProductOffer.clone() |
OneTimeProductOffer |
UpdateOneTimeProductOfferRequest.getOneTimeProductOffer()
Required.
|
OneTimeProductOffer |
OneTimeProductOffer.set(String fieldName,
Object value) |
OneTimeProductOffer |
OneTimeProductOffer.setDiscountedOffer(OneTimeProductDiscountedOffer discountedOffer)
A discounted offer.
|
OneTimeProductOffer |
OneTimeProductOffer.setOfferId(String offerId)
Required.
|
OneTimeProductOffer |
OneTimeProductOffer.setOfferTags(List<OfferTag> offerTags)
Optional.
|
OneTimeProductOffer |
OneTimeProductOffer.setPackageName(String packageName)
Required.
|
OneTimeProductOffer |
OneTimeProductOffer.setPreOrderOffer(OneTimeProductPreOrderOffer preOrderOffer)
A pre-order offer.
|
OneTimeProductOffer |
OneTimeProductOffer.setProductId(String productId)
Required.
|
OneTimeProductOffer |
OneTimeProductOffer.setPurchaseOptionId(String purchaseOptionId)
Required.
|
OneTimeProductOffer |
OneTimeProductOffer.setRegionalPricingAndAvailabilityConfigs(List<OneTimeProductOfferRegionalPricingAndAvailabilityConfig> regionalPricingAndAvailabilityConfigs)
Set of regional pricing and availability information for this offer.
|
OneTimeProductOffer |
OneTimeProductOffer.setRegionsVersion(RegionsVersion regionsVersion)
Output only.
|
OneTimeProductOffer |
OneTimeProductOffer.setState(String state)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<OneTimeProductOffer> |
BatchGetOneTimeProductOffersResponse.getOneTimeProductOffers()
The list of updated one-time product offers, in the same order as the request.
|
List<OneTimeProductOffer> |
ListOneTimeProductOffersResponse.getOneTimeProductOffers()
The one_time_product offers from the specified request.
|
List<OneTimeProductOffer> |
BatchUpdateOneTimeProductOfferStatesResponse.getOneTimeProductOffers()
The updated one-time product offers list, in the same order as the request.
|
List<OneTimeProductOffer> |
BatchUpdateOneTimeProductOffersResponse.getOneTimeProductOffers()
The list of updated one-time product offers, in the same order as the request.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateOneTimeProductOfferRequest |
UpdateOneTimeProductOfferRequest.setOneTimeProductOffer(OneTimeProductOffer oneTimeProductOffer)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetOneTimeProductOffersResponse |
BatchGetOneTimeProductOffersResponse.setOneTimeProductOffers(List<OneTimeProductOffer> oneTimeProductOffers)
The list of updated one-time product offers, in the same order as the request.
|
ListOneTimeProductOffersResponse |
ListOneTimeProductOffersResponse.setOneTimeProductOffers(List<OneTimeProductOffer> oneTimeProductOffers)
The one_time_product offers from the specified request.
|
BatchUpdateOneTimeProductOfferStatesResponse |
BatchUpdateOneTimeProductOfferStatesResponse.setOneTimeProductOffers(List<OneTimeProductOffer> oneTimeProductOffers)
The updated one-time product offers list, in the same order as the request.
|
BatchUpdateOneTimeProductOffersResponse |
BatchUpdateOneTimeProductOffersResponse.setOneTimeProductOffers(List<OneTimeProductOffer> oneTimeProductOffers)
The list of updated one-time product offers, in the same order as the request.
|
Copyright © 2011–2026 Google. All rights reserved.