target.apidocs.com.google.api.services.content.model.BuyOnGoogleProgramStatus.html Maven / Gradle / Ivy
BuyOnGoogleProgramStatus (Content API for Shopping v2.1-rev20240609-2.0.0)
com.google.api.services.content.model
Class BuyOnGoogleProgramStatus
- 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.BuyOnGoogleProgramStatus
-
public final class BuyOnGoogleProgramStatus
extends com.google.api.client.json.GenericJson
Response message for the GetProgramStatus method.
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
BuyOnGoogleProgramStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
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
-
getBusinessModel
public List<String> getBusinessModel()
The business models in which merchant participates.
- Returns:
- value or
null
for none
-
setBusinessModel
public BuyOnGoogleProgramStatus setBusinessModel(List<String> businessModel)
The business models in which merchant participates.
- Parameters:
businessModel
- businessModel or null
for none
-
getCustomerServicePendingEmail
public String getCustomerServicePendingEmail()
The customer service pending email. After verification this field becomes empty.
- Returns:
- value or
null
for none
-
setCustomerServicePendingEmail
public BuyOnGoogleProgramStatus setCustomerServicePendingEmail(String customerServicePendingEmail)
The customer service pending email. After verification this field becomes empty.
- Parameters:
customerServicePendingEmail
- customerServicePendingEmail or null
for none
-
getCustomerServicePendingPhoneNumber
public String getCustomerServicePendingPhoneNumber()
The pending phone number specified for BuyOnGoogle program. It might be different than account
level phone number. In order to update this field the
customer_service_pending_phone_region_code must also be set. After verification this field
becomes empty.
- Returns:
- value or
null
for none
-
setCustomerServicePendingPhoneNumber
public BuyOnGoogleProgramStatus setCustomerServicePendingPhoneNumber(String customerServicePendingPhoneNumber)
The pending phone number specified for BuyOnGoogle program. It might be different than account
level phone number. In order to update this field the
customer_service_pending_phone_region_code must also be set. After verification this field
becomes empty.
- Parameters:
customerServicePendingPhoneNumber
- customerServicePendingPhoneNumber or null
for none
-
getCustomerServicePendingPhoneRegionCode
public String getCustomerServicePendingPhoneRegionCode()
Two letter country code for the pending phone number, for example `CA` for Canadian numbers.
See the [ISO 3166-1
alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements)
officially assigned codes. In order to update this field the
customer_service_pending_phone_number must also be set. After verification this field becomes
empty.
- Returns:
- value or
null
for none
-
setCustomerServicePendingPhoneRegionCode
public BuyOnGoogleProgramStatus setCustomerServicePendingPhoneRegionCode(String customerServicePendingPhoneRegionCode)
Two letter country code for the pending phone number, for example `CA` for Canadian numbers.
See the [ISO 3166-1
alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements)
officially assigned codes. In order to update this field the
customer_service_pending_phone_number must also be set. After verification this field becomes
empty.
- Parameters:
customerServicePendingPhoneRegionCode
- customerServicePendingPhoneRegionCode or null
for none
-
getCustomerServiceVerifiedEmail
public String getCustomerServiceVerifiedEmail()
Output only. The customer service verified email.
- Returns:
- value or
null
for none
-
setCustomerServiceVerifiedEmail
public BuyOnGoogleProgramStatus setCustomerServiceVerifiedEmail(String customerServiceVerifiedEmail)
Output only. The customer service verified email.
- Parameters:
customerServiceVerifiedEmail
- customerServiceVerifiedEmail or null
for none
-
getCustomerServiceVerifiedPhoneNumber
public String getCustomerServiceVerifiedPhoneNumber()
Output only. The verified phone number specified for BuyOnGoogle program. It might be different
than account level phone number.
- Returns:
- value or
null
for none
-
setCustomerServiceVerifiedPhoneNumber
public BuyOnGoogleProgramStatus setCustomerServiceVerifiedPhoneNumber(String customerServiceVerifiedPhoneNumber)
Output only. The verified phone number specified for BuyOnGoogle program. It might be different
than account level phone number.
- Parameters:
customerServiceVerifiedPhoneNumber
- customerServiceVerifiedPhoneNumber or null
for none
-
getCustomerServiceVerifiedPhoneRegionCode
public String getCustomerServiceVerifiedPhoneRegionCode()
Output only. Two letter country code for the verified phone number, for example `CA` for
Canadian numbers. See the [ISO 3166-1
alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements)
officially assigned codes.
- Returns:
- value or
null
for none
-
setCustomerServiceVerifiedPhoneRegionCode
public BuyOnGoogleProgramStatus setCustomerServiceVerifiedPhoneRegionCode(String customerServiceVerifiedPhoneRegionCode)
Output only. Two letter country code for the verified phone number, for example `CA` for
Canadian numbers. See the [ISO 3166-1
alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements)
officially assigned codes.
- Parameters:
customerServiceVerifiedPhoneRegionCode
- customerServiceVerifiedPhoneRegionCode or null
for none
-
getOnlineSalesChannel
public String getOnlineSalesChannel()
The channels through which the merchant is selling.
- Returns:
- value or
null
for none
-
setOnlineSalesChannel
public BuyOnGoogleProgramStatus setOnlineSalesChannel(String onlineSalesChannel)
The channels through which the merchant is selling.
- Parameters:
onlineSalesChannel
- onlineSalesChannel or null
for none
-
getParticipationStage
public String getParticipationStage()
Output only. The current participation stage for the program.
- Returns:
- value or
null
for none
-
setParticipationStage
public BuyOnGoogleProgramStatus setParticipationStage(String participationStage)
Output only. The current participation stage for the program.
- Parameters:
participationStage
- participationStage or null
for none
-
set
public BuyOnGoogleProgramStatus set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public BuyOnGoogleProgramStatus clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.