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

Packages that use PlacementGuaranteedSettings
com.yahoo.marketing.apt   
 

Uses of PlacementGuaranteedSettings in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as PlacementGuaranteedSettings
private  PlacementGuaranteedSettings Placement.guaranteedSettings
           
 

Methods in com.yahoo.marketing.apt that return PlacementGuaranteedSettings
 PlacementGuaranteedSettings Placement.getGuaranteedSettings()
          Gets the guaranteedSettings value for this Placement.
 

Methods in com.yahoo.marketing.apt with parameters of type PlacementGuaranteedSettings
 void Placement.setGuaranteedSettings(PlacementGuaranteedSettings guaranteedSettings)
          Sets the guaranteedSettings value for this Placement.
 

Constructors in com.yahoo.marketing.apt with parameters of type PlacementGuaranteedSettings
Placement(java.lang.Long ID, java.lang.String accountID, java.lang.Long adGroupID, java.util.Calendar createTimestamp, Discount[] discounts, java.util.Calendar endDate, PlacementGuaranteedSettings guaranteedSettings, java.util.Calendar lastUpdateTimestamp, PlacementNonGuaranteedSettings nonGuaranteedSettings, java.util.Calendar startDate, PlacementStatus status, java.lang.Long transferedFromID, java.lang.Long transferedToID)