public final class Account
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 | 
|---|
Account()  | 
| Modifier and Type | Method and Description | 
|---|---|
Account | 
clone()  | 
String | 
getAccountManagement()
Output only. 
 | 
List<AccountAdsLink> | 
getAdsLinks()
Linked Ads accounts that are active or pending approval. 
 | 
Boolean | 
getAdultContent()
Indicates whether the merchant sells adult content. 
 | 
AccountAutomaticImprovements | 
getAutomaticImprovements()
The automatic improvements of the account can be used to automatically update items, improve
 images and shipping. 
 | 
List<BigInteger> | 
getAutomaticLabelIds()
Automatically created label IDs that are assigned to the account by CSS Center. 
 | 
AccountBusinessIdentity | 
getBusinessIdentity()
The business identity attributes can be used to self-declare attributes that let customers know
 more about your business. 
 | 
AccountBusinessInformation | 
getBusinessInformation()
The business information of the account. 
 | 
AccountConversionSettings | 
getConversionSettings()
Settings for conversion tracking. 
 | 
BigInteger | 
getCssId()
ID of CSS the account belongs to. 
 | 
AccountGoogleMyBusinessLink | 
getGoogleMyBusinessLink()
The Business Profile which is linked or in the process of being linked with the Merchant Center
 account. 
 | 
BigInteger | 
getId()
Required. 
 | 
String | 
getKind()
Identifies what kind of resource this is. 
 | 
List<BigInteger> | 
getLabelIds()
Manually created label IDs that are assigned to the account by CSS. 
 | 
String | 
getName()
Required. 
 | 
String | 
getSellerId()
Client-specific, locally-unique, internal ID for the child account. 
 | 
List<AccountUser> | 
getUsers()
Users with access to the account. 
 | 
String | 
getWebsiteUrl()
The merchant's website. 
 | 
List<AccountYouTubeChannelLink> | 
getYoutubeChannelLinks()
Linked YouTube channels that are active or pending approval. 
 | 
Account | 
set(String fieldName,
   Object value)  | 
Account | 
setAccountManagement(String accountManagement)
Output only. 
 | 
Account | 
setAdsLinks(List<AccountAdsLink> adsLinks)
Linked Ads accounts that are active or pending approval. 
 | 
Account | 
setAdultContent(Boolean adultContent)
Indicates whether the merchant sells adult content. 
 | 
Account | 
setAutomaticImprovements(AccountAutomaticImprovements automaticImprovements)
The automatic improvements of the account can be used to automatically update items, improve
 images and shipping. 
 | 
Account | 
setAutomaticLabelIds(List<BigInteger> automaticLabelIds)
Automatically created label IDs that are assigned to the account by CSS Center. 
 | 
Account | 
setBusinessIdentity(AccountBusinessIdentity businessIdentity)
The business identity attributes can be used to self-declare attributes that let customers know
 more about your business. 
 | 
Account | 
setBusinessInformation(AccountBusinessInformation businessInformation)
The business information of the account. 
 | 
Account | 
setConversionSettings(AccountConversionSettings conversionSettings)
Settings for conversion tracking. 
 | 
Account | 
setCssId(BigInteger cssId)
ID of CSS the account belongs to. 
 | 
Account | 
setGoogleMyBusinessLink(AccountGoogleMyBusinessLink googleMyBusinessLink)
The Business Profile which is linked or in the process of being linked with the Merchant Center
 account. 
 | 
Account | 
setId(BigInteger id)
Required. 
 | 
Account | 
setKind(String kind)
Identifies what kind of resource this is. 
 | 
Account | 
setLabelIds(List<BigInteger> labelIds)
Manually created label IDs that are assigned to the account by CSS. 
 | 
Account | 
setName(String name)
Required. 
 | 
Account | 
setSellerId(String sellerId)
Client-specific, locally-unique, internal ID for the child account. 
 | 
Account | 
setUsers(List<AccountUser> users)
Users with access to the account. 
 | 
Account | 
setWebsiteUrl(String websiteUrl)
The merchant's website. 
 | 
Account | 
setYoutubeChannelLinks(List<AccountYouTubeChannelLink> youtubeChannelLinks)
Linked YouTube channels that are active or pending approval. 
 | 
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 String getAccountManagement()
null for nonepublic Account setAccountManagement(String accountManagement)
accountManagement - accountManagement or null for nonepublic List<AccountAdsLink> getAdsLinks()
null for nonepublic Account setAdsLinks(List<AccountAdsLink> adsLinks)
adsLinks - adsLinks or null for nonepublic Boolean getAdultContent()
null for nonepublic Account setAdultContent(Boolean adultContent)
adultContent - adultContent or null for nonepublic AccountAutomaticImprovements getAutomaticImprovements()
null for nonepublic Account setAutomaticImprovements(AccountAutomaticImprovements automaticImprovements)
automaticImprovements - automaticImprovements or null for nonepublic List<BigInteger> getAutomaticLabelIds()
null for nonepublic Account setAutomaticLabelIds(List<BigInteger> automaticLabelIds)
automaticLabelIds - automaticLabelIds or null for nonepublic AccountBusinessIdentity getBusinessIdentity()
null for nonepublic Account setBusinessIdentity(AccountBusinessIdentity businessIdentity)
businessIdentity - businessIdentity or null for nonepublic AccountBusinessInformation getBusinessInformation()
null for nonepublic Account setBusinessInformation(AccountBusinessInformation businessInformation)
businessInformation - businessInformation or null for nonepublic AccountConversionSettings getConversionSettings()
null for nonepublic Account setConversionSettings(AccountConversionSettings conversionSettings)
conversionSettings - conversionSettings or null for nonepublic BigInteger getCssId()
null for nonepublic Account setCssId(BigInteger cssId)
cssId - cssId or null for nonepublic AccountGoogleMyBusinessLink getGoogleMyBusinessLink()
null for nonepublic Account setGoogleMyBusinessLink(AccountGoogleMyBusinessLink googleMyBusinessLink)
googleMyBusinessLink - googleMyBusinessLink or null for nonepublic BigInteger getId()
null for nonepublic Account setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic Account setKind(String kind)
kind - kind or null for nonepublic List<BigInteger> getLabelIds()
null for nonepublic Account setLabelIds(List<BigInteger> labelIds)
labelIds - labelIds or null for nonepublic String getName()
null for nonepublic Account setName(String name)
name - name or null for nonepublic String getSellerId()
null for nonepublic Account setSellerId(String sellerId)
sellerId - sellerId or null for nonepublic List<AccountUser> getUsers()
null for nonepublic Account setUsers(List<AccountUser> users)
users - users or null for nonepublic String getWebsiteUrl()
null for nonepublic Account setWebsiteUrl(String websiteUrl)
websiteUrl - websiteUrl or null for nonepublic List<AccountYouTubeChannelLink> getYoutubeChannelLinks()
null for nonepublic Account setYoutubeChannelLinks(List<AccountYouTubeChannelLink> youtubeChannelLinks)
youtubeChannelLinks - youtubeChannelLinks or null for nonepublic Account set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Account clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.