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

Packages that use InventorySearchFilter
com.yahoo.marketing.apt   
 

Uses of InventorySearchFilter in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as InventorySearchFilter
private  InventorySearchFilter PlacementGuaranteedSettings.inventorySearchFilter
           
 

Methods in com.yahoo.marketing.apt that return InventorySearchFilter
 InventorySearchFilter PlacementGuaranteedSettings.getInventorySearchFilter()
          Gets the inventorySearchFilter value for this PlacementGuaranteedSettings.
 

Methods in com.yahoo.marketing.apt with parameters of type InventorySearchFilter
 void PlacementGuaranteedSettings.setInventorySearchFilter(InventorySearchFilter inventorySearchFilter)
          Sets the inventorySearchFilter value for this PlacementGuaranteedSettings.
 

Constructors in com.yahoo.marketing.apt with parameters of type InventorySearchFilter
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)