public class AudienceSegmentServiceInterfacecreateAudienceSegments extends Object
RuleBasedFirstPartyAudienceSegment objects.| Modifier and Type | Field and Description |
|---|---|
protected List<FirstPartyAudienceSegment> |
segments |
| Constructor and Description |
|---|
AudienceSegmentServiceInterfacecreateAudienceSegments() |
| Modifier and Type | Method and Description |
|---|---|
List<FirstPartyAudienceSegment> |
getSegments()
Gets the value of the segments property.
|
protected List<FirstPartyAudienceSegment> segments
public AudienceSegmentServiceInterfacecreateAudienceSegments()
public List<FirstPartyAudienceSegment> getSegments()
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 segments property.
For example, to add a new item, do as follows:
getSegments().add(newItem);
Objects of the following type(s) are allowed in the list
FirstPartyAudienceSegment
Copyright © 2018. All Rights Reserved.