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

Packages that use TargetingAttribute
com.yahoo.marketing.apt   
 

Uses of TargetingAttribute in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as TargetingAttribute
private  TargetingAttribute[] TargetingProfile.targetingAttributes
           
 

Methods in com.yahoo.marketing.apt that return TargetingAttribute
 TargetingAttribute[] TargetingProfile.getTargetingAttributes()
          Gets the targetingAttributes value for this TargetingProfile.
 

Methods in com.yahoo.marketing.apt with parameters of type TargetingAttribute
 void TargetingProfile.setTargetingAttributes(TargetingAttribute[] targetingAttributes)
          Sets the targetingAttributes value for this TargetingProfile.
 

Constructors in com.yahoo.marketing.apt with parameters of type TargetingAttribute
TargetingProfile(java.lang.Long ID, java.lang.String accountID, TargetingAttribute[] targetingAttributes)