target.apidocs.com.google.api.services.content.model.LiasettingsCustomBatchRequestEntry.html Maven / Gradle / Ivy
LiasettingsCustomBatchRequestEntry (Content API for Shopping v2.1-rev20240609-2.0.0)
com.google.api.services.content.model
Class LiasettingsCustomBatchRequestEntry
- 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.LiasettingsCustomBatchRequestEntry
-
public final class LiasettingsCustomBatchRequestEntry
extends com.google.api.client.json.GenericJson
Model definition for LiasettingsCustomBatchRequestEntry.
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
LiasettingsCustomBatchRequestEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
LiasettingsCustomBatchRequestEntry
clone()
BigInteger
getAccountId()
The ID of the account for which to get/update account LIA settings.
Long
getBatchId()
An entry ID, unique within the batch request.
String
getContactEmail()
Inventory validation contact email.
String
getContactName()
Inventory validation contact name.
String
getCountry()
The country code.
String
getGmbEmail()
The Business Profile.
LiaSettings
getLiaSettings()
The account Lia settings to update.
BigInteger
getMerchantId()
The ID of the managing account.
String
getMethod()
The method of the batch entry.
LiaOmnichannelExperience
getOmnichannelExperience()
The omnichannel experience for a country.
BigInteger
getPosDataProviderId()
The ID of POS data provider.
String
getPosExternalAccountId()
The account ID by which this merchant is known to the POS provider.
LiasettingsCustomBatchRequestEntry
set(String fieldName,
Object value)
LiasettingsCustomBatchRequestEntry
setAccountId(BigInteger accountId)
The ID of the account for which to get/update account LIA settings.
LiasettingsCustomBatchRequestEntry
setBatchId(Long batchId)
An entry ID, unique within the batch request.
LiasettingsCustomBatchRequestEntry
setContactEmail(String contactEmail)
Inventory validation contact email.
LiasettingsCustomBatchRequestEntry
setContactName(String contactName)
Inventory validation contact name.
LiasettingsCustomBatchRequestEntry
setCountry(String country)
The country code.
LiasettingsCustomBatchRequestEntry
setGmbEmail(String gmbEmail)
The Business Profile.
LiasettingsCustomBatchRequestEntry
setLiaSettings(LiaSettings liaSettings)
The account Lia settings to update.
LiasettingsCustomBatchRequestEntry
setMerchantId(BigInteger merchantId)
The ID of the managing account.
LiasettingsCustomBatchRequestEntry
setMethod(String method)
The method of the batch entry.
LiasettingsCustomBatchRequestEntry
setOmnichannelExperience(LiaOmnichannelExperience omnichannelExperience)
The omnichannel experience for a country.
LiasettingsCustomBatchRequestEntry
setPosDataProviderId(BigInteger posDataProviderId)
The ID of POS data provider.
LiasettingsCustomBatchRequestEntry
setPosExternalAccountId(String posExternalAccountId)
The account ID by which this merchant is known to the POS provider.
-
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
-
getAccountId
public BigInteger getAccountId()
The ID of the account for which to get/update account LIA settings.
- Returns:
- value or
null
for none
-
setAccountId
public LiasettingsCustomBatchRequestEntry setAccountId(BigInteger accountId)
The ID of the account for which to get/update account LIA settings.
- Parameters:
accountId
- accountId or null
for none
-
getBatchId
public Long getBatchId()
An entry ID, unique within the batch request.
- Returns:
- value or
null
for none
-
setBatchId
public LiasettingsCustomBatchRequestEntry setBatchId(Long batchId)
An entry ID, unique within the batch request.
- Parameters:
batchId
- batchId or null
for none
-
getContactEmail
public String getContactEmail()
Inventory validation contact email. Required only for SetInventoryValidationContact.
- Returns:
- value or
null
for none
-
setContactEmail
public LiasettingsCustomBatchRequestEntry setContactEmail(String contactEmail)
Inventory validation contact email. Required only for SetInventoryValidationContact.
- Parameters:
contactEmail
- contactEmail or null
for none
-
getContactName
public String getContactName()
Inventory validation contact name. Required only for SetInventoryValidationContact.
- Returns:
- value or
null
for none
-
setContactName
public LiasettingsCustomBatchRequestEntry setContactName(String contactName)
Inventory validation contact name. Required only for SetInventoryValidationContact.
- Parameters:
contactName
- contactName or null
for none
-
getCountry
public String getCountry()
The country code. Required only for RequestInventoryVerification.
- Returns:
- value or
null
for none
-
setCountry
public LiasettingsCustomBatchRequestEntry setCountry(String country)
The country code. Required only for RequestInventoryVerification.
- Parameters:
country
- country or null
for none
-
getGmbEmail
public String getGmbEmail()
The Business Profile. Required only for RequestGmbAccess.
- Returns:
- value or
null
for none
-
setGmbEmail
public LiasettingsCustomBatchRequestEntry setGmbEmail(String gmbEmail)
The Business Profile. Required only for RequestGmbAccess.
- Parameters:
gmbEmail
- gmbEmail or null
for none
-
getLiaSettings
public LiaSettings getLiaSettings()
The account Lia settings to update. Only defined if the method is `update`.
- Returns:
- value or
null
for none
-
setLiaSettings
public LiasettingsCustomBatchRequestEntry setLiaSettings(LiaSettings liaSettings)
The account Lia settings to update. Only defined if the method is `update`.
- Parameters:
liaSettings
- liaSettings or null
for none
-
getMerchantId
public BigInteger getMerchantId()
The ID of the managing account.
- Returns:
- value or
null
for none
-
setMerchantId
public LiasettingsCustomBatchRequestEntry setMerchantId(BigInteger merchantId)
The ID of the managing account.
- Parameters:
merchantId
- merchantId or null
for none
-
getMethod
public String getMethod()
The method of the batch entry. Acceptable values are: - "`get`" - "`getAccessibleGmbAccounts`"
- "`requestGmbAccess`" - "`requestInventoryVerification`" - "`setInventoryVerificationContact`"
- "`update`"
- Returns:
- value or
null
for none
-
setMethod
public LiasettingsCustomBatchRequestEntry setMethod(String method)
The method of the batch entry. Acceptable values are: - "`get`" - "`getAccessibleGmbAccounts`"
- "`requestGmbAccess`" - "`requestInventoryVerification`" - "`setInventoryVerificationContact`"
- "`update`"
- Parameters:
method
- method or null
for none
-
getOmnichannelExperience
public LiaOmnichannelExperience getOmnichannelExperience()
The omnichannel experience for a country. Required only for SetOmnichannelExperience.
- Returns:
- value or
null
for none
-
setOmnichannelExperience
public LiasettingsCustomBatchRequestEntry setOmnichannelExperience(LiaOmnichannelExperience omnichannelExperience)
The omnichannel experience for a country. Required only for SetOmnichannelExperience.
- Parameters:
omnichannelExperience
- omnichannelExperience or null
for none
-
getPosDataProviderId
public BigInteger getPosDataProviderId()
The ID of POS data provider. Required only for SetPosProvider.
- Returns:
- value or
null
for none
-
setPosDataProviderId
public LiasettingsCustomBatchRequestEntry setPosDataProviderId(BigInteger posDataProviderId)
The ID of POS data provider. Required only for SetPosProvider.
- Parameters:
posDataProviderId
- posDataProviderId or null
for none
-
getPosExternalAccountId
public String getPosExternalAccountId()
The account ID by which this merchant is known to the POS provider.
- Returns:
- value or
null
for none
-
setPosExternalAccountId
public LiasettingsCustomBatchRequestEntry setPosExternalAccountId(String posExternalAccountId)
The account ID by which this merchant is known to the POS provider.
- Parameters:
posExternalAccountId
- posExternalAccountId or null
for none
-
set
public LiasettingsCustomBatchRequestEntry set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public LiasettingsCustomBatchRequestEntry 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