public final class BuyOnGoogleProgramStatus
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 |
|---|
BuyOnGoogleProgramStatus() |
| Modifier and Type | Method and Description |
|---|---|
BuyOnGoogleProgramStatus |
clone() |
List<String> |
getBusinessModel()
The business models in which merchant participates.
|
String |
getCustomerServicePendingEmail()
The customer service pending email.
|
String |
getCustomerServicePendingPhoneNumber()
The pending phone number specified for BuyOnGoogle program.
|
String |
getCustomerServicePendingPhoneRegionCode()
Two letter country code for the pending phone number, for example `CA` for Canadian numbers.
|
String |
getCustomerServiceVerifiedEmail()
Output only.
|
String |
getCustomerServiceVerifiedPhoneNumber()
Output only.
|
String |
getCustomerServiceVerifiedPhoneRegionCode()
Output only.
|
String |
getOnlineSalesChannel()
The channels through which the merchant is selling.
|
String |
getParticipationStage()
Output only.
|
BuyOnGoogleProgramStatus |
set(String fieldName,
Object value) |
BuyOnGoogleProgramStatus |
setBusinessModel(List<String> businessModel)
The business models in which merchant participates.
|
BuyOnGoogleProgramStatus |
setCustomerServicePendingEmail(String customerServicePendingEmail)
The customer service pending email.
|
BuyOnGoogleProgramStatus |
setCustomerServicePendingPhoneNumber(String customerServicePendingPhoneNumber)
The pending phone number specified for BuyOnGoogle program.
|
BuyOnGoogleProgramStatus |
setCustomerServicePendingPhoneRegionCode(String customerServicePendingPhoneRegionCode)
Two letter country code for the pending phone number, for example `CA` for Canadian numbers.
|
BuyOnGoogleProgramStatus |
setCustomerServiceVerifiedEmail(String customerServiceVerifiedEmail)
Output only.
|
BuyOnGoogleProgramStatus |
setCustomerServiceVerifiedPhoneNumber(String customerServiceVerifiedPhoneNumber)
Output only.
|
BuyOnGoogleProgramStatus |
setCustomerServiceVerifiedPhoneRegionCode(String customerServiceVerifiedPhoneRegionCode)
Output only.
|
BuyOnGoogleProgramStatus |
setOnlineSalesChannel(String onlineSalesChannel)
The channels through which the merchant is selling.
|
BuyOnGoogleProgramStatus |
setParticipationStage(String participationStage)
Output only.
|
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 List<String> getBusinessModel()
null for nonepublic BuyOnGoogleProgramStatus setBusinessModel(List<String> businessModel)
businessModel - businessModel or null for nonepublic String getCustomerServicePendingEmail()
null for nonepublic BuyOnGoogleProgramStatus setCustomerServicePendingEmail(String customerServicePendingEmail)
customerServicePendingEmail - customerServicePendingEmail or null for nonepublic String getCustomerServicePendingPhoneNumber()
null for nonepublic BuyOnGoogleProgramStatus setCustomerServicePendingPhoneNumber(String customerServicePendingPhoneNumber)
customerServicePendingPhoneNumber - customerServicePendingPhoneNumber or null for nonepublic String getCustomerServicePendingPhoneRegionCode()
null for nonepublic BuyOnGoogleProgramStatus setCustomerServicePendingPhoneRegionCode(String customerServicePendingPhoneRegionCode)
customerServicePendingPhoneRegionCode - customerServicePendingPhoneRegionCode or null for nonepublic String getCustomerServiceVerifiedEmail()
null for nonepublic BuyOnGoogleProgramStatus setCustomerServiceVerifiedEmail(String customerServiceVerifiedEmail)
customerServiceVerifiedEmail - customerServiceVerifiedEmail or null for nonepublic String getCustomerServiceVerifiedPhoneNumber()
null for nonepublic BuyOnGoogleProgramStatus setCustomerServiceVerifiedPhoneNumber(String customerServiceVerifiedPhoneNumber)
customerServiceVerifiedPhoneNumber - customerServiceVerifiedPhoneNumber or null for nonepublic String getCustomerServiceVerifiedPhoneRegionCode()
null for nonepublic BuyOnGoogleProgramStatus setCustomerServiceVerifiedPhoneRegionCode(String customerServiceVerifiedPhoneRegionCode)
customerServiceVerifiedPhoneRegionCode - customerServiceVerifiedPhoneRegionCode or null for nonepublic String getOnlineSalesChannel()
null for nonepublic BuyOnGoogleProgramStatus setOnlineSalesChannel(String onlineSalesChannel)
onlineSalesChannel - onlineSalesChannel or null for nonepublic String getParticipationStage()
null for nonepublic BuyOnGoogleProgramStatus setParticipationStage(String participationStage)
participationStage - participationStage or null for nonepublic BuyOnGoogleProgramStatus set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic BuyOnGoogleProgramStatus clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.