public final class OfferPhaseDetails
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Play Android Developer API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OfferPhaseDetails() |
| Modifier and Type | Method and Description |
|---|---|
OfferPhaseDetails |
clone() |
BaseDetails |
getBaseDetails()
The order funds a base price period.
|
FreeTrialDetails |
getFreeTrialDetails()
The order funds a free trial period.
|
IntroductoryPriceDetails |
getIntroductoryPriceDetails()
The order funds an introductory pricing period.
|
ProrationPeriodDetails |
getProrationPeriodDetails()
The order funds a proration period.
|
OfferPhaseDetails |
set(String fieldName,
Object value) |
OfferPhaseDetails |
setBaseDetails(BaseDetails baseDetails)
The order funds a base price period.
|
OfferPhaseDetails |
setFreeTrialDetails(FreeTrialDetails freeTrialDetails)
The order funds a free trial period.
|
OfferPhaseDetails |
setIntroductoryPriceDetails(IntroductoryPriceDetails introductoryPriceDetails)
The order funds an introductory pricing period.
|
OfferPhaseDetails |
setProrationPeriodDetails(ProrationPeriodDetails prorationPeriodDetails)
The order funds a proration period.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic BaseDetails getBaseDetails()
null for nonepublic OfferPhaseDetails setBaseDetails(BaseDetails baseDetails)
baseDetails - baseDetails or null for nonepublic FreeTrialDetails getFreeTrialDetails()
null for nonepublic OfferPhaseDetails setFreeTrialDetails(FreeTrialDetails freeTrialDetails)
freeTrialDetails - freeTrialDetails or null for nonepublic IntroductoryPriceDetails getIntroductoryPriceDetails()
null for nonepublic OfferPhaseDetails setIntroductoryPriceDetails(IntroductoryPriceDetails introductoryPriceDetails)
introductoryPriceDetails - introductoryPriceDetails or null for nonepublic ProrationPeriodDetails getProrationPeriodDetails()
null for nonepublic OfferPhaseDetails setProrationPeriodDetails(ProrationPeriodDetails prorationPeriodDetails)
prorationPeriodDetails - prorationPeriodDetails or null for nonepublic OfferPhaseDetails set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic OfferPhaseDetails clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.