public final class InappproductsUpdateRequest
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 | 
|---|
| InappproductsUpdateRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| InappproductsUpdateRequest | clone() | 
| Boolean | getAllowMissing()If set to true, and the in-app product with the given package_name and sku doesn't exist, the
 in-app product will be created. | 
| Boolean | getAutoConvertMissingPrices()If true the prices for all regions targeted by the parent app that don't have a price specified
 for this in-app product will be auto converted to the target currency based on the default
 price. | 
| InAppProduct | getInappproduct()The new in-app product. | 
| String | getLatencyTolerance()Optional. | 
| String | getPackageName()Package name of the app. | 
| String | getSku()Unique identifier for the in-app product. | 
| InappproductsUpdateRequest | set(String fieldName,
   Object value) | 
| InappproductsUpdateRequest | setAllowMissing(Boolean allowMissing)If set to true, and the in-app product with the given package_name and sku doesn't exist, the
 in-app product will be created. | 
| InappproductsUpdateRequest | setAutoConvertMissingPrices(Boolean autoConvertMissingPrices)If true the prices for all regions targeted by the parent app that don't have a price specified
 for this in-app product will be auto converted to the target currency based on the default
 price. | 
| InappproductsUpdateRequest | setInappproduct(InAppProduct inappproduct)The new in-app product. | 
| InappproductsUpdateRequest | setLatencyTolerance(String latencyTolerance)Optional. | 
| InappproductsUpdateRequest | setPackageName(String packageName)Package name of the app. | 
| InappproductsUpdateRequest | setSku(String sku)Unique identifier for the in-app product. | 
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 Boolean getAllowMissing()
null for nonepublic InappproductsUpdateRequest setAllowMissing(Boolean allowMissing)
allowMissing - allowMissing or null for nonepublic Boolean getAutoConvertMissingPrices()
null for nonepublic InappproductsUpdateRequest setAutoConvertMissingPrices(Boolean autoConvertMissingPrices)
autoConvertMissingPrices - autoConvertMissingPrices or null for nonepublic InAppProduct getInappproduct()
null for nonepublic InappproductsUpdateRequest setInappproduct(InAppProduct inappproduct)
inappproduct - inappproduct or null for nonepublic String getLatencyTolerance()
null for nonepublic InappproductsUpdateRequest setLatencyTolerance(String latencyTolerance)
latencyTolerance - latencyTolerance or null for nonepublic String getPackageName()
null for nonepublic InappproductsUpdateRequest setPackageName(String packageName)
packageName - packageName or null for nonepublic String getSku()
null for nonepublic InappproductsUpdateRequest setSku(String sku)
sku - sku or null for nonepublic InappproductsUpdateRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InappproductsUpdateRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.