Uses of Class
com.google.api.ads.adwords.v201109.cm.ProductCondition

Packages that use ProductCondition
com.google.api.ads.adwords.v201109.cm   
 

Uses of ProductCondition in com.google.api.ads.adwords.v201109.cm
 

Methods in com.google.api.ads.adwords.v201109.cm that return ProductCondition
 ProductCondition[] Product.getConditions()
          Gets the conditions value for this Product.
 ProductCondition[] ProductConditionAndGroup.getConditions()
          Gets the conditions value for this ProductConditionAndGroup.
 ProductCondition Product.getConditions(int i)
           
 ProductCondition ProductConditionAndGroup.getConditions(int i)
           
 

Methods in com.google.api.ads.adwords.v201109.cm with parameters of type ProductCondition
 void Product.setConditions(int i, ProductCondition _value)
           
 void ProductConditionAndGroup.setConditions(int i, ProductCondition _value)
           
 void Product.setConditions(ProductCondition[] conditions)
          Sets the conditions value for this Product.
 void ProductConditionAndGroup.setConditions(ProductCondition[] conditions)
          Sets the conditions value for this ProductConditionAndGroup.
 

Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type ProductCondition
Product(Long id, CriterionType type, String criterionType, ProductCondition[] conditions, String text)
           
ProductConditionAndGroup(ProductCondition[] conditions)
           
 



Copyright © 2011. All Rights Reserved.