Uses of Class
com.google.api.ads.dfp.axis.v201206.CustomCriteriaNode

Packages that use CustomCriteriaNode
com.google.api.ads.dfp.axis.v201206   
 

Uses of CustomCriteriaNode in com.google.api.ads.dfp.axis.v201206
 

Subclasses of CustomCriteriaNode in com.google.api.ads.dfp.axis.v201206
 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.v201206 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.v201206 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.v201206 with parameters of type CustomCriteriaNode
CustomCriteriaSet(String customCriteriaNodeType, CustomCriteriaSetLogicalOperator logicalOperator, CustomCriteriaNode[] children)
           
 



Copyright © 2012. All Rights Reserved.