public class CustomerList extends Audience
Java class for CustomerList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerList">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Audience">
<sequence>
<element name="ActionType" type="{https://bingads.microsoft.com/CampaignManagement/v13}CustomerListActionType" minOccurs="0"/>
<element name="CustomerListItems" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfCustomerListItem" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerListActionType |
actionType |
protected ArrayOfCustomerListItem |
customerListItems |
audienceNetworkSize, customerShare, description, forwardCompatibilityMap, id, membershipDuration, name, parentId, scope, searchSize, supportedCampaignTypes, type| Constructor and Description |
|---|
CustomerList() |
| Modifier and Type | Method and Description |
|---|---|
CustomerListActionType |
getActionType()
Gets the value of the actionType property.
|
ArrayOfCustomerListItem |
getCustomerListItems()
Gets the value of the customerListItems property.
|
void |
setActionType(CustomerListActionType value)
Sets the value of the actionType property.
|
void |
setCustomerListItems(ArrayOfCustomerListItem value)
Sets the value of the customerListItems property.
|
getAudienceNetworkSize, getCustomerShare, getDescription, getForwardCompatibilityMap, getId, getMembershipDuration, getName, getParentId, getScope, getSearchSize, getSupportedCampaignTypes, getType, setAudienceNetworkSize, setCustomerShare, setDescription, setForwardCompatibilityMap, setId, setMembershipDuration, setName, setParentId, setScope, setSearchSize, setSupportedCampaignTypes, setTypeprotected CustomerListActionType actionType
protected ArrayOfCustomerListItem customerListItems
public CustomerListActionType getActionType()
CustomerListActionTypepublic void setActionType(CustomerListActionType value)
value - allowed object is
CustomerListActionTypepublic ArrayOfCustomerListItem getCustomerListItems()
ArrayOfCustomerListItempublic void setCustomerListItems(ArrayOfCustomerListItem value)
value - allowed object is
ArrayOfCustomerListItemCopyright © 2023. All rights reserved.