public final class LiaCountrySettings
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 |
|---|
LiaCountrySettings() |
| Modifier and Type | Method and Description |
|---|---|
LiaCountrySettings |
clone() |
LiaAboutPageSettings |
getAbout()
The settings for the About page.
|
String |
getCountry()
Required.
|
Boolean |
getHostedLocalStorefrontActive()
The status of the "Merchant hosted local storefront" feature.
|
LiaInventorySettings |
getInventory()
LIA inventory verification settings.
|
LiaOmnichannelExperience |
getOmnichannelExperience()
The omnichannel experience configured for this country.
|
LiaOnDisplayToOrderSettings |
getOnDisplayToOrder()
LIA "On Display To Order" settings.
|
LiaPosDataProvider |
getPosDataProvider()
The POS data provider linked with this country.
|
Boolean |
getStorePickupActive()
The status of the "Store pickup" feature.
|
LiaCountrySettings |
set(String fieldName,
Object value) |
LiaCountrySettings |
setAbout(LiaAboutPageSettings about)
The settings for the About page.
|
LiaCountrySettings |
setCountry(String country)
Required.
|
LiaCountrySettings |
setHostedLocalStorefrontActive(Boolean hostedLocalStorefrontActive)
The status of the "Merchant hosted local storefront" feature.
|
LiaCountrySettings |
setInventory(LiaInventorySettings inventory)
LIA inventory verification settings.
|
LiaCountrySettings |
setOmnichannelExperience(LiaOmnichannelExperience omnichannelExperience)
The omnichannel experience configured for this country.
|
LiaCountrySettings |
setOnDisplayToOrder(LiaOnDisplayToOrderSettings onDisplayToOrder)
LIA "On Display To Order" settings.
|
LiaCountrySettings |
setPosDataProvider(LiaPosDataProvider posDataProvider)
The POS data provider linked with this country.
|
LiaCountrySettings |
setStorePickupActive(Boolean storePickupActive)
The status of the "Store pickup" feature.
|
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 LiaAboutPageSettings getAbout()
null for nonepublic LiaCountrySettings setAbout(LiaAboutPageSettings about)
about - about or null for nonepublic String getCountry()
null for nonepublic LiaCountrySettings setCountry(String country)
country - country or null for nonepublic Boolean getHostedLocalStorefrontActive()
null for nonepublic LiaCountrySettings setHostedLocalStorefrontActive(Boolean hostedLocalStorefrontActive)
hostedLocalStorefrontActive - hostedLocalStorefrontActive or null for nonepublic LiaInventorySettings getInventory()
null for nonepublic LiaCountrySettings setInventory(LiaInventorySettings inventory)
inventory - inventory or null for nonepublic LiaOmnichannelExperience getOmnichannelExperience()
null for nonepublic LiaCountrySettings setOmnichannelExperience(LiaOmnichannelExperience omnichannelExperience)
omnichannelExperience - omnichannelExperience or null for nonepublic LiaOnDisplayToOrderSettings getOnDisplayToOrder()
null for nonepublic LiaCountrySettings setOnDisplayToOrder(LiaOnDisplayToOrderSettings onDisplayToOrder)
onDisplayToOrder - onDisplayToOrder or null for nonepublic LiaPosDataProvider getPosDataProvider()
null for nonepublic LiaCountrySettings setPosDataProvider(LiaPosDataProvider posDataProvider)
posDataProvider - posDataProvider or null for nonepublic Boolean getStorePickupActive()
null for nonepublic LiaCountrySettings setStorePickupActive(Boolean storePickupActive)
storePickupActive - storePickupActive or null for nonepublic LiaCountrySettings set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic LiaCountrySettings clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.