public class CombinedList extends Audience
Java class for CombinedList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CombinedList">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Audience">
<sequence>
<element name="CombinationRules" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfCombinationRule" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCombinationRule |
combinationRules |
audienceNetworkSize, customerShare, description, forwardCompatibilityMap, id, membershipDuration, name, parentId, scope, searchSize, supportedCampaignTypes, type| Constructor and Description |
|---|
CombinedList() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCombinationRule |
getCombinationRules()
Gets the value of the combinationRules property.
|
void |
setCombinationRules(ArrayOfCombinationRule value)
Sets the value of the combinationRules 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 ArrayOfCombinationRule combinationRules
public ArrayOfCombinationRule getCombinationRules()
ArrayOfCombinationRulepublic void setCombinationRules(ArrayOfCombinationRule value)
value - allowed object is
ArrayOfCombinationRuleCopyright © 2024. All rights reserved.