Uses of Interface
com.microsoft.tfs.core.clients.workitem.files.Attachment

Packages that use Attachment
com.microsoft.tfs.core.clients.workitem.files   
 

Uses of Attachment in com.microsoft.tfs.core.clients.workitem.files
 

Methods in com.microsoft.tfs.core.clients.workitem.files that return Attachment
 Attachment AttachmentCollection.getAttachmentByFileID(int fileId)
          Gets the attachment by file ID.
static Attachment AttachmentFactory.newAttachment(java.io.File localFile, java.lang.String comment)
           
 

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

Methods in com.microsoft.tfs.core.clients.workitem.files with parameters of type Attachment
 boolean AttachmentCollection.add(Attachment attachment)
          Adds the specified attachment to this collection.
 void AttachmentCollection.remove(Attachment attachment)
          Removes the specified attachment from this collection.
 



© 2015 Microsoft. All rights reserved.