target.apidocs.com.google.api.services.content.model.LiasettingsCustomBatchResponseEntry.html Maven / Gradle / Ivy
LiasettingsCustomBatchResponseEntry (Content API for Shopping v2.1-rev20240609-2.0.0)
com.google.api.services.content.model
Class LiasettingsCustomBatchResponseEntry
- 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.LiasettingsCustomBatchResponseEntry
-
public final class LiasettingsCustomBatchResponseEntry
extends com.google.api.client.json.GenericJson
Model definition for LiasettingsCustomBatchResponseEntry.
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
LiasettingsCustomBatchResponseEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
LiasettingsCustomBatchResponseEntry
clone()
Long
getBatchId()
The ID of the request entry to which this entry responds.
Errors
getErrors()
A list of errors defined if, and only if, the request failed.
GmbAccounts
getGmbAccounts()
The list of accessible Business Profiles.
String
getKind()
Identifies what kind of resource this is.
LiaSettings
getLiaSettings()
The retrieved or updated Lia settings.
LiaOmnichannelExperience
getOmnichannelExperience()
The updated omnichannel experience for a country.
List<PosDataProviders>
getPosDataProviders()
The list of POS data providers.
LiasettingsCustomBatchResponseEntry
set(String fieldName,
Object value)
LiasettingsCustomBatchResponseEntry
setBatchId(Long batchId)
The ID of the request entry to which this entry responds.
LiasettingsCustomBatchResponseEntry
setErrors(Errors errors)
A list of errors defined if, and only if, the request failed.
LiasettingsCustomBatchResponseEntry
setGmbAccounts(GmbAccounts gmbAccounts)
The list of accessible Business Profiles.
LiasettingsCustomBatchResponseEntry
setKind(String kind)
Identifies what kind of resource this is.
LiasettingsCustomBatchResponseEntry
setLiaSettings(LiaSettings liaSettings)
The retrieved or updated Lia settings.
LiasettingsCustomBatchResponseEntry
setOmnichannelExperience(LiaOmnichannelExperience omnichannelExperience)
The updated omnichannel experience for a country.
LiasettingsCustomBatchResponseEntry
setPosDataProviders(List<PosDataProviders> posDataProviders)
The list of POS data providers.
-
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
-
getBatchId
public Long getBatchId()
The ID of the request entry to which this entry responds.
- Returns:
- value or
null
for none
-
setBatchId
public LiasettingsCustomBatchResponseEntry setBatchId(Long batchId)
The ID of the request entry to which this entry responds.
- Parameters:
batchId
- batchId or null
for none
-
getErrors
public Errors getErrors()
A list of errors defined if, and only if, the request failed.
- Returns:
- value or
null
for none
-
setErrors
public LiasettingsCustomBatchResponseEntry setErrors(Errors errors)
A list of errors defined if, and only if, the request failed.
- Parameters:
errors
- errors or null
for none
-
getGmbAccounts
public GmbAccounts getGmbAccounts()
The list of accessible Business Profiles.
- Returns:
- value or
null
for none
-
setGmbAccounts
public LiasettingsCustomBatchResponseEntry setGmbAccounts(GmbAccounts gmbAccounts)
The list of accessible Business Profiles.
- Parameters:
gmbAccounts
- gmbAccounts or null
for none
-
getKind
public String getKind()
Identifies what kind of resource this is. Value: the fixed string
"`content#liasettingsCustomBatchResponseEntry`"
- Returns:
- value or
null
for none
-
setKind
public LiasettingsCustomBatchResponseEntry setKind(String kind)
Identifies what kind of resource this is. Value: the fixed string
"`content#liasettingsCustomBatchResponseEntry`"
- Parameters:
kind
- kind or null
for none
-
getLiaSettings
public LiaSettings getLiaSettings()
The retrieved or updated Lia settings.
- Returns:
- value or
null
for none
-
setLiaSettings
public LiasettingsCustomBatchResponseEntry setLiaSettings(LiaSettings liaSettings)
The retrieved or updated Lia settings.
- Parameters:
liaSettings
- liaSettings or null
for none
-
getOmnichannelExperience
public LiaOmnichannelExperience getOmnichannelExperience()
The updated omnichannel experience for a country.
- Returns:
- value or
null
for none
-
setOmnichannelExperience
public LiasettingsCustomBatchResponseEntry setOmnichannelExperience(LiaOmnichannelExperience omnichannelExperience)
The updated omnichannel experience for a country.
- Parameters:
omnichannelExperience
- omnichannelExperience or null
for none
-
getPosDataProviders
public List<PosDataProviders> getPosDataProviders()
The list of POS data providers.
- Returns:
- value or
null
for none
-
setPosDataProviders
public LiasettingsCustomBatchResponseEntry setPosDataProviders(List<PosDataProviders> posDataProviders)
The list of POS data providers.
- Parameters:
posDataProviders
- posDataProviders or null
for none
-
set
public LiasettingsCustomBatchResponseEntry set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public LiasettingsCustomBatchResponseEntry 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