|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of CustomCriteriaNode in com.google.api.ads.dfp.v201111 |
|---|
| Subclasses of CustomCriteriaNode in com.google.api.ads.dfp.v201111 | |
|---|---|
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 |
CustomCriteriaSet
A CustomCriteriaSet comprises of a set of CustomCriteriaNode
objects combined by the
CustomCriteriaSet.LogicalOperator#logicalOperator. |
| Methods in com.google.api.ads.dfp.v201111 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.v201111 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.v201111 with parameters of type CustomCriteriaNode | |
|---|---|
CustomCriteriaSet(String customCriteriaNodeType,
CustomCriteriaSetLogicalOperator logicalOperator,
CustomCriteriaNode[] children)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||