public class PlacesLocationFeedData extends SystemFeedGenerationData
Java class for PlacesLocationFeedData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlacesLocationFeedData">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}SystemFeedGenerationData">
<sequence>
<element name="oAuthInfo" type="{https://adwords.google.com/api/adwords/cm/v201809}OAuthInfo" minOccurs="0"/>
<element name="emailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="businessAccountIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="businessNameFilter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="categoryFilters" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="labelFilters" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessAccountIdentifier |
protected String |
businessNameFilter |
protected List<String> |
categoryFilters |
protected String |
emailAddress |
protected List<String> |
labelFilters |
protected OAuthInfo |
oAuthInfo |
systemFeedGenerationDataType| Constructor and Description |
|---|
PlacesLocationFeedData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBusinessAccountIdentifier()
Gets the value of the businessAccountIdentifier property.
|
String |
getBusinessNameFilter()
Gets the value of the businessNameFilter property.
|
List<String> |
getCategoryFilters()
Gets the value of the categoryFilters property.
|
String |
getEmailAddress()
Gets the value of the emailAddress property.
|
List<String> |
getLabelFilters()
Gets the value of the labelFilters property.
|
OAuthInfo |
getOAuthInfo()
Gets the value of the oAuthInfo property.
|
void |
setBusinessAccountIdentifier(String value)
Sets the value of the businessAccountIdentifier property.
|
void |
setBusinessNameFilter(String value)
Sets the value of the businessNameFilter property.
|
void |
setEmailAddress(String value)
Sets the value of the emailAddress property.
|
void |
setOAuthInfo(OAuthInfo value)
Sets the value of the oAuthInfo property.
|
getSystemFeedGenerationDataType, setSystemFeedGenerationDataTypeprotected OAuthInfo oAuthInfo
protected String emailAddress
protected String businessAccountIdentifier
protected String businessNameFilter
public OAuthInfo getOAuthInfo()
OAuthInfopublic void setOAuthInfo(OAuthInfo value)
value - allowed object is
OAuthInfopublic String getEmailAddress()
Stringpublic void setEmailAddress(String value)
value - allowed object is
Stringpublic String getBusinessAccountIdentifier()
Stringpublic void setBusinessAccountIdentifier(String value)
value - allowed object is
Stringpublic String getBusinessNameFilter()
Stringpublic void setBusinessNameFilter(String value)
value - allowed object is
Stringpublic List<String> getCategoryFilters()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the categoryFilters property.
For example, to add a new item, do as follows:
getCategoryFilters().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getLabelFilters()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the labelFilters property.
For example, to add a new item, do as follows:
getLabelFilters().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2023. All rights reserved.