public class ContentMetadataKeyHierarchyTargeting extends Object
custom targeting values from different custom targeting keys ANDed together.
Java class for ContentMetadataKeyHierarchyTargeting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentMetadataKeyHierarchyTargeting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customTargetingValueIds" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
customTargetingValueIds |
| Constructor and Description |
|---|
ContentMetadataKeyHierarchyTargeting() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getCustomTargetingValueIds()
Gets the value of the customTargetingValueIds property.
|
public ContentMetadataKeyHierarchyTargeting()
public List<Long> getCustomTargetingValueIds()
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 customTargetingValueIds property.
For example, to add a new item, do as follows:
getCustomTargetingValueIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
Copyright © 2018. All Rights Reserved.