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

Packages that use Link
com.yahoo.marketing.apt   
 

Uses of Link in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as Link
private  Link LinkResponse.link
           
 

Methods in com.yahoo.marketing.apt that return Link
 Link LinkResponse.getLink()
          Gets the link value for this LinkResponse.
 Link LinkingServiceHttpBindingStub.getLink(long linkID)
           
 Link LinkingService.getLink(long linkID)
           
 Link[] LinkingServiceHttpBindingStub.getLinks(long[] linkIDs)
           
 Link[] LinkingService.getLinks(long[] linkIDs)
           
 Link[] LinkingServiceHttpBindingStub.getLinksPendingMyApproval()
           
 Link[] LinkingService.getLinksPendingMyApproval()
           
 Link[] LinkingServiceHttpBindingStub.getLinksPendingPartnerApproval()
           
 Link[] LinkingService.getLinksPendingPartnerApproval()
           
 Link[] LinkingServiceHttpBindingStub.getMyActiveLinks()
           
 Link[] LinkingService.getMyActiveLinks()
           
 Link[] LinkingServiceHttpBindingStub.getMyDeniedLinks()
           
 Link[] LinkingService.getMyDeniedLinks()
           
 Link[] LinkingServiceHttpBindingStub.getMyLinks()
           
 Link[] LinkingService.getMyLinks()
           
 

Methods in com.yahoo.marketing.apt with parameters of type Link
 LinkResponse LinkingServiceHttpBindingStub.proposeBuyerLink(java.lang.String buyerCompanyAccountID, Link proposedLink)
           
 LinkResponse LinkingService.proposeBuyerLink(java.lang.String buyerCompanyAccountID, Link proposedLink)
           
 LinkResponse LinkingServiceHttpBindingStub.proposeSellerLink(java.lang.String sellerCompanyAccountID, Link proposedLink)
           
 LinkResponse LinkingService.proposeSellerLink(java.lang.String sellerCompanyAccountID, Link proposedLink)
           
 void LinkResponse.setLink(Link link)
          Sets the link value for this LinkResponse.
 

Constructors in com.yahoo.marketing.apt with parameters of type Link
LinkResponse(Error[] errors, Link link, java.lang.Boolean operationSucceeded)