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

Packages that use NonGuaranteedDeal
com.yahoo.marketing.apt   
 

Uses of NonGuaranteedDeal in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as NonGuaranteedDeal
private  NonGuaranteedDeal Link.nonGuaranteedDeal
           
 

Methods in com.yahoo.marketing.apt that return NonGuaranteedDeal
 NonGuaranteedDeal Link.getNonGuaranteedDeal()
          Gets the nonGuaranteedDeal value for this Link.
 

Methods in com.yahoo.marketing.apt with parameters of type NonGuaranteedDeal
 LinkResponse LinkingServiceHttpBindingStub.addNonGuaranteedDealToLink(long linkID, NonGuaranteedDeal nonGuaranteedDeal)
           
 LinkResponse LinkingService.addNonGuaranteedDealToLink(long linkID, NonGuaranteedDeal nonGuaranteedDeal)
           
 void Link.setNonGuaranteedDeal(NonGuaranteedDeal nonGuaranteedDeal)
          Sets the nonGuaranteedDeal value for this Link.
 

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