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

Packages that use RevenueModel
com.yahoo.marketing.apt   
 

Uses of RevenueModel in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as RevenueModel
static RevenueModel RevenueModel.Bonus
           
static RevenueModel RevenueModel.InternalBarter
           
static RevenueModel RevenueModel.MakeGood
           
static RevenueModel RevenueModel.NotApplicable
           
private  RevenueModel PlacementGuaranteedSettings.revenueModel
           
 

Methods in com.yahoo.marketing.apt that return RevenueModel
static RevenueModel RevenueModel.fromString(java.lang.String value)
           
static RevenueModel RevenueModel.fromValue(java.lang.String value)
           
 RevenueModel PlacementGuaranteedSettings.getRevenueModel()
          Gets the revenueModel value for this PlacementGuaranteedSettings.
 

Methods in com.yahoo.marketing.apt with parameters of type RevenueModel
 void PlacementGuaranteedSettings.setRevenueModel(RevenueModel revenueModel)
          Sets the revenueModel value for this PlacementGuaranteedSettings.
 

Constructors in com.yahoo.marketing.apt with parameters of type RevenueModel
PlacementGuaranteedSettings(java.lang.Long adBehaviorID, java.lang.Long adDeliveryModeID, java.lang.Long adFormatID, AdLinkingSettings adLinkingSettings, java.lang.Long adSizeID, java.lang.Long contentTopicID, java.lang.Long contentTypeID, java.lang.Long customContentCategoryID, DeliveryModel deliveryModel, java.lang.Long impressionGoal, InventorySearchFilter inventorySearchFilter, java.lang.Long networkID, java.lang.Double price, java.util.Calendar priceDate, PricingType pricingModel, java.lang.String revenueCategory, RevenueModel revenueModel, long[] sectionIDs, java.lang.Long siteID)