public final class AccountBusinessIdentity
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 | 
|---|
AccountBusinessIdentity()  | 
| Modifier and Type | Method and Description | 
|---|---|
AccountBusinessIdentity | 
clone()  | 
AccountIdentityType | 
getBlackOwned()
Specifies whether the business identifies itself as being black-owned. 
 | 
Boolean | 
getIncludeForPromotions()
Required. 
 | 
AccountIdentityType | 
getLatinoOwned()
Specifies whether the business identifies itself as being latino-owned. 
 | 
AccountIdentityType | 
getSmallBusiness()
Specifies whether the business identifies itself as a small business. 
 | 
AccountIdentityType | 
getVeteranOwned()
Specifies whether the business identifies itself as being veteran-owned. 
 | 
AccountIdentityType | 
getWomenOwned()
Specifies whether the business identifies itself as being women-owned. 
 | 
AccountBusinessIdentity | 
set(String fieldName,
   Object value)  | 
AccountBusinessIdentity | 
setBlackOwned(AccountIdentityType blackOwned)
Specifies whether the business identifies itself as being black-owned. 
 | 
AccountBusinessIdentity | 
setIncludeForPromotions(Boolean includeForPromotions)
Required. 
 | 
AccountBusinessIdentity | 
setLatinoOwned(AccountIdentityType latinoOwned)
Specifies whether the business identifies itself as being latino-owned. 
 | 
AccountBusinessIdentity | 
setSmallBusiness(AccountIdentityType smallBusiness)
Specifies whether the business identifies itself as a small business. 
 | 
AccountBusinessIdentity | 
setVeteranOwned(AccountIdentityType veteranOwned)
Specifies whether the business identifies itself as being veteran-owned. 
 | 
AccountBusinessIdentity | 
setWomenOwned(AccountIdentityType womenOwned)
Specifies whether the business identifies itself as being women-owned. 
 | 
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 AccountIdentityType getBlackOwned()
null for nonepublic AccountBusinessIdentity setBlackOwned(AccountIdentityType blackOwned)
blackOwned - blackOwned or null for nonepublic Boolean getIncludeForPromotions()
null for nonepublic AccountBusinessIdentity setIncludeForPromotions(Boolean includeForPromotions)
includeForPromotions - includeForPromotions or null for nonepublic AccountIdentityType getLatinoOwned()
null for nonepublic AccountBusinessIdentity setLatinoOwned(AccountIdentityType latinoOwned)
latinoOwned - latinoOwned or null for nonepublic AccountIdentityType getSmallBusiness()
null for nonepublic AccountBusinessIdentity setSmallBusiness(AccountIdentityType smallBusiness)
smallBusiness - smallBusiness or null for nonepublic AccountIdentityType getVeteranOwned()
null for nonepublic AccountBusinessIdentity setVeteranOwned(AccountIdentityType veteranOwned)
veteranOwned - veteranOwned or null for nonepublic AccountIdentityType getWomenOwned()
null for nonepublic AccountBusinessIdentity setWomenOwned(AccountIdentityType womenOwned)
womenOwned - womenOwned or null for nonepublic AccountBusinessIdentity set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AccountBusinessIdentity clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.