Uses of Interface
com.microsoft.tfs.core.clients.workitem.link.Link

Packages that use Link
com.microsoft.tfs.core.clients.workitem.link   
 

Uses of Link in com.microsoft.tfs.core.clients.workitem.link
 

Subinterfaces of Link in com.microsoft.tfs.core.clients.workitem.link
 interface ExternalLink
           
 interface Hyperlink
           
 interface RelatedLink
           
 

Methods in com.microsoft.tfs.core.clients.workitem.link that return types with arguments of type Link
 java.util.Iterator<Link> LinkCollection.iterator()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.link with parameters of type Link
 boolean LinkCollection.add(Link link)
          Adds the specified link to this collection.
 boolean LinkCollection.contains(Link link)
          Checks whether this collection contains the specified Link object or an equivalent.
 void LinkCollection.remove(Link link)
          Removes the specified link from this collection.
 



© 2015 Microsoft. All rights reserved.