|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CustomCriteriaNode | |
|---|---|
| com.google.api.ads.dfp.axis.v201203 | |
| Uses of CustomCriteriaNode in com.google.api.ads.dfp.axis.v201203 |
|---|
| Subclasses of CustomCriteriaNode in com.google.api.ads.dfp.axis.v201203 | |
|---|---|
class |
AudienceSegmentCriteria
An AudienceSegmentCriteria object is used to target AudienceSegment objects. |
class |
CustomCriteria
A CustomCriteria object is used to perform custom criteria
targeting
on custom targeting keys of type CustomTargetingKey.Type#PREDEFINED
or CustomTargetingKey.Type#FREEFORM. |
class |
CustomCriteriaLeaf
A CustomCriteriaLeaf object represents a generic leaf of
CustomCriteria tree
structure. |
class |
CustomCriteriaSet
A CustomCriteriaSet comprises of a set of CustomCriteriaNode
objects combined by the
CustomCriteriaSet.LogicalOperator#logicalOperator. |
| Methods in com.google.api.ads.dfp.axis.v201203 that return CustomCriteriaNode | |
|---|---|
CustomCriteriaNode[] |
CustomCriteriaSet.getChildren()
Gets the children value for this CustomCriteriaSet. |
CustomCriteriaNode |
CustomCriteriaSet.getChildren(int i)
|
| Methods in com.google.api.ads.dfp.axis.v201203 with parameters of type CustomCriteriaNode | |
|---|---|
void |
CustomCriteriaSet.setChildren(CustomCriteriaNode[] children)
Sets the children value for this CustomCriteriaSet. |
void |
CustomCriteriaSet.setChildren(int i,
CustomCriteriaNode _value)
|
| Constructors in com.google.api.ads.dfp.axis.v201203 with parameters of type CustomCriteriaNode | |
|---|---|
CustomCriteriaSet(String customCriteriaNodeType,
CustomCriteriaSetLogicalOperator logicalOperator,
CustomCriteriaNode[] children)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||