target.apidocs.com.google.api.services.content.model.LiaCountrySettings.html Maven / Gradle / Ivy
LiaCountrySettings (Content API for Shopping v2.1-rev20240609-2.0.0)
com.google.api.services.content.model
Class LiaCountrySettings
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.content.model.LiaCountrySettings
-
public final class LiaCountrySettings
extends com.google.api.client.json.GenericJson
Model definition for LiaCountrySettings.
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
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
LiaCountrySettings()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getAbout
public LiaAboutPageSettings getAbout()
The settings for the About page.
- Returns:
- value or
null
for none
-
setAbout
public LiaCountrySettings setAbout(LiaAboutPageSettings about)
The settings for the About page.
- Parameters:
about
- about or null
for none
-
getCountry
public String getCountry()
Required. CLDR country code (for example, "US").
- Returns:
- value or
null
for none
-
setCountry
public LiaCountrySettings setCountry(String country)
Required. CLDR country code (for example, "US").
- Parameters:
country
- country or null
for none
-
getHostedLocalStorefrontActive
public Boolean getHostedLocalStorefrontActive()
The status of the "Merchant hosted local storefront" feature.
- Returns:
- value or
null
for none
-
setHostedLocalStorefrontActive
public LiaCountrySettings setHostedLocalStorefrontActive(Boolean hostedLocalStorefrontActive)
The status of the "Merchant hosted local storefront" feature.
- Parameters:
hostedLocalStorefrontActive
- hostedLocalStorefrontActive or null
for none
-
getInventory
public LiaInventorySettings getInventory()
LIA inventory verification settings.
- Returns:
- value or
null
for none
-
setInventory
public LiaCountrySettings setInventory(LiaInventorySettings inventory)
LIA inventory verification settings.
- Parameters:
inventory
- inventory or null
for none
-
getOmnichannelExperience
public LiaOmnichannelExperience getOmnichannelExperience()
The omnichannel experience configured for this country.
- Returns:
- value or
null
for none
-
setOmnichannelExperience
public LiaCountrySettings setOmnichannelExperience(LiaOmnichannelExperience omnichannelExperience)
The omnichannel experience configured for this country.
- Parameters:
omnichannelExperience
- omnichannelExperience or null
for none
-
getOnDisplayToOrder
public LiaOnDisplayToOrderSettings getOnDisplayToOrder()
LIA "On Display To Order" settings.
- Returns:
- value or
null
for none
-
setOnDisplayToOrder
public LiaCountrySettings setOnDisplayToOrder(LiaOnDisplayToOrderSettings onDisplayToOrder)
LIA "On Display To Order" settings.
- Parameters:
onDisplayToOrder
- onDisplayToOrder or null
for none
-
getPosDataProvider
public LiaPosDataProvider getPosDataProvider()
The POS data provider linked with this country.
- Returns:
- value or
null
for none
-
setPosDataProvider
public LiaCountrySettings setPosDataProvider(LiaPosDataProvider posDataProvider)
The POS data provider linked with this country.
- Parameters:
posDataProvider
- posDataProvider or null
for none
-
getStorePickupActive
public Boolean getStorePickupActive()
The status of the "Store pickup" feature.
- Returns:
- value or
null
for none
-
setStorePickupActive
public LiaCountrySettings setStorePickupActive(Boolean storePickupActive)
The status of the "Store pickup" feature.
- Parameters:
storePickupActive
- storePickupActive or null
for none
-
set
public LiaCountrySettings set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public LiaCountrySettings clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy