Uses of Class
com.yahoo.marketing.apt.TargetingRule

Packages that use TargetingRule
com.yahoo.marketing.apt   
 

Uses of TargetingRule in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as TargetingRule
private  TargetingRule SellingRule.targetingRule
           
 

Methods in com.yahoo.marketing.apt that return TargetingRule
 TargetingRule SellingRule.getTargetingRule()
          Gets the targetingRule value for this SellingRule.
 TargetingRule[] InventorySearchServiceHttpBindingStub.getTargetingRuleForPublisherByAccountID(java.lang.String accountID)
           
 TargetingRule[] InventorySearchService.getTargetingRuleForPublisherByAccountID(java.lang.String accountID)
           
 TargetingRule SellingRulesServiceHttpBindingStub.getTargetingRuleForStandardSellingRule()
           
 TargetingRule SellingRulesService.getTargetingRuleForStandardSellingRule()
           
 

Methods in com.yahoo.marketing.apt with parameters of type TargetingRule
 void SellingRule.setTargetingRule(TargetingRule targetingRule)
          Sets the targetingRule value for this SellingRule.
 BasicResponse SellingRulesServiceHttpBindingStub.setTargetingRuleForStandardSellingRule(TargetingRule targetingRule)
           
 BasicResponse SellingRulesService.setTargetingRuleForStandardSellingRule(TargetingRule targetingRule)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type TargetingRule
SellingRule(java.lang.Long ID, java.util.Calendar createTimestamp, java.util.Calendar lastUpdateTimestamp, java.lang.String name, TargetingRule targetingRule)