public final class LiasettingsCustomBatchRequestEntry
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
LiasettingsCustomBatchRequestEntry() |
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.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public BigInteger getAccountId()
null
for nonepublic LiasettingsCustomBatchRequestEntry setAccountId(BigInteger accountId)
accountId
- accountId or null
for nonepublic Long getBatchId()
null
for nonepublic LiasettingsCustomBatchRequestEntry setBatchId(Long batchId)
batchId
- batchId or null
for nonepublic String getContactEmail()
null
for nonepublic LiasettingsCustomBatchRequestEntry setContactEmail(String contactEmail)
contactEmail
- contactEmail or null
for nonepublic String getContactName()
null
for nonepublic LiasettingsCustomBatchRequestEntry setContactName(String contactName)
contactName
- contactName or null
for nonepublic String getCountry()
null
for nonepublic LiasettingsCustomBatchRequestEntry setCountry(String country)
country
- country or null
for nonepublic String getGmbEmail()
null
for nonepublic LiasettingsCustomBatchRequestEntry setGmbEmail(String gmbEmail)
gmbEmail
- gmbEmail or null
for nonepublic LiaSettings getLiaSettings()
null
for nonepublic LiasettingsCustomBatchRequestEntry setLiaSettings(LiaSettings liaSettings)
liaSettings
- liaSettings or null
for nonepublic BigInteger getMerchantId()
null
for nonepublic LiasettingsCustomBatchRequestEntry setMerchantId(BigInteger merchantId)
merchantId
- merchantId or null
for nonepublic String getMethod()
null
for nonepublic LiasettingsCustomBatchRequestEntry setMethod(String method)
method
- method or null
for nonepublic LiaOmnichannelExperience getOmnichannelExperience()
null
for nonepublic LiasettingsCustomBatchRequestEntry setOmnichannelExperience(LiaOmnichannelExperience omnichannelExperience)
omnichannelExperience
- omnichannelExperience or null
for nonepublic BigInteger getPosDataProviderId()
null
for nonepublic LiasettingsCustomBatchRequestEntry setPosDataProviderId(BigInteger posDataProviderId)
posDataProviderId
- posDataProviderId or null
for nonepublic String getPosExternalAccountId()
null
for nonepublic LiasettingsCustomBatchRequestEntry setPosExternalAccountId(String posExternalAccountId)
posExternalAccountId
- posExternalAccountId or null
for nonepublic LiasettingsCustomBatchRequestEntry set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public LiasettingsCustomBatchRequestEntry clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.