public final class AccountItemUpdatesSettings
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 Content API for Shopping. 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 |
|---|
AccountItemUpdatesSettings() |
| Modifier and Type | Method and Description |
|---|---|
AccountItemUpdatesSettings |
clone() |
Boolean |
getAllowAvailabilityUpdates()
If availability updates are enabled, any previous availability values get overwritten if Google
finds an out-of-stock annotation on the offer's page.
|
Boolean |
getAllowConditionUpdates()
If condition updates are enabled, Google always updates item condition with the condition
detected from the details of your product.
|
Boolean |
getAllowPriceUpdates()
If price updates are enabled, Google always updates the active price with the crawled
information.
|
Boolean |
getAllowStrictAvailabilityUpdates()
If allow_availability_updates is enabled, items are automatically updated in all your Shopping
target countries.
|
AccountItemUpdatesSettings |
set(String fieldName,
Object value) |
AccountItemUpdatesSettings |
setAllowAvailabilityUpdates(Boolean allowAvailabilityUpdates)
If availability updates are enabled, any previous availability values get overwritten if Google
finds an out-of-stock annotation on the offer's page.
|
AccountItemUpdatesSettings |
setAllowConditionUpdates(Boolean allowConditionUpdates)
If condition updates are enabled, Google always updates item condition with the condition
detected from the details of your product.
|
AccountItemUpdatesSettings |
setAllowPriceUpdates(Boolean allowPriceUpdates)
If price updates are enabled, Google always updates the active price with the crawled
information.
|
AccountItemUpdatesSettings |
setAllowStrictAvailabilityUpdates(Boolean allowStrictAvailabilityUpdates)
If allow_availability_updates is enabled, items are automatically updated in all your Shopping
target countries.
|
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 getAllowAvailabilityUpdates()
null for nonepublic AccountItemUpdatesSettings setAllowAvailabilityUpdates(Boolean allowAvailabilityUpdates)
allowAvailabilityUpdates - allowAvailabilityUpdates or null for nonepublic Boolean getAllowConditionUpdates()
null for nonepublic AccountItemUpdatesSettings setAllowConditionUpdates(Boolean allowConditionUpdates)
allowConditionUpdates - allowConditionUpdates or null for nonepublic Boolean getAllowPriceUpdates()
null for nonepublic AccountItemUpdatesSettings setAllowPriceUpdates(Boolean allowPriceUpdates)
allowPriceUpdates - allowPriceUpdates or null for nonepublic Boolean getAllowStrictAvailabilityUpdates()
null for nonepublic AccountItemUpdatesSettings setAllowStrictAvailabilityUpdates(Boolean allowStrictAvailabilityUpdates)
allowStrictAvailabilityUpdates - allowStrictAvailabilityUpdates or null for nonepublic AccountItemUpdatesSettings set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AccountItemUpdatesSettings clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.