public final class LiaOmnichannelExperience
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 |
|---|
LiaOmnichannelExperience() |
| Modifier and Type | Method and Description |
|---|---|
LiaOmnichannelExperience |
clone() |
String |
getCountry()
The CLDR country code (for example, "US").
|
String |
getLsfType()
The Local Store Front (LSF) type for this country.
|
List<String> |
getPickupTypes()
The Pickup types for this country.
|
LiaOmnichannelExperience |
set(String fieldName,
Object value) |
LiaOmnichannelExperience |
setCountry(String country)
The CLDR country code (for example, "US").
|
LiaOmnichannelExperience |
setLsfType(String lsfType)
The Local Store Front (LSF) type for this country.
|
LiaOmnichannelExperience |
setPickupTypes(List<String> pickupTypes)
The Pickup types for this country.
|
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 String getCountry()
null for nonepublic LiaOmnichannelExperience setCountry(String country)
country - country or null for nonepublic String getLsfType()
null for nonepublic LiaOmnichannelExperience setLsfType(String lsfType)
lsfType - lsfType or null for nonepublic List<String> getPickupTypes()
null for nonepublic LiaOmnichannelExperience setPickupTypes(List<String> pickupTypes)
pickupTypes - pickupTypes or null for nonepublic LiaOmnichannelExperience set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic LiaOmnichannelExperience clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.