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

Packages that use ROITarget
com.yahoo.marketing.apt   
 

Uses of ROITarget in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as ROITarget
private  ROITarget AdGroupNonGuaranteedSettings.ROITarget
           
 

Methods in com.yahoo.marketing.apt that return ROITarget
 ROITarget AdGroupNonGuaranteedSettings.getROITarget()
          Gets the ROITarget value for this AdGroupNonGuaranteedSettings.
 

Methods in com.yahoo.marketing.apt with parameters of type ROITarget
 void AdGroupNonGuaranteedSettings.setROITarget(ROITarget ROITarget)
          Sets the ROITarget value for this AdGroupNonGuaranteedSettings.
 

Constructors in com.yahoo.marketing.apt with parameters of type ROITarget
AdGroupNonGuaranteedSettings(ROITarget ROITarget, BidDescriptor bidDescriptor)