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

Packages that use GuaranteedDeal
com.yahoo.marketing.apt   
 

Uses of GuaranteedDeal in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as GuaranteedDeal
private  GuaranteedDeal Link.guaranteedDeal
           
 

Methods in com.yahoo.marketing.apt that return GuaranteedDeal
 GuaranteedDeal Link.getGuaranteedDeal()
          Gets the guaranteedDeal value for this Link.
 

Methods in com.yahoo.marketing.apt with parameters of type GuaranteedDeal
 LinkResponse LinkingServiceHttpBindingStub.addGuaranteedDealToLink(long linkID, GuaranteedDeal guaranteedDeal)
           
 LinkResponse LinkingService.addGuaranteedDealToLink(long linkID, GuaranteedDeal guaranteedDeal)
           
 void Link.setGuaranteedDeal(GuaranteedDeal guaranteedDeal)
          Sets the guaranteedDeal value for this Link.
 

Constructors in com.yahoo.marketing.apt with parameters of type GuaranteedDeal
Link(java.lang.Long ID, java.util.Calendar activationTimestamp, LinkParticipantDetails buyerDetails, java.util.Calendar createTimestamp, Currency currency, GuaranteedDeal guaranteedDeal, java.util.Calendar lastUpdateTimestamp, NonGuaranteedDeal nonGuaranteedDeal, java.lang.Long paymentTermsInDays, LinkParticipantDetails sellerDetails, AgreementStatus status, TimeZone timezone, LinkType type)