com.microsoft.tfs.core.clients.workitem.files
Interface Attachment
public interface Attachment
Represents a file attached to a work item.
- Since:
- TEE-SDK-10.1
getAttachmentAddedDate
java.util.Date getAttachmentAddedDate()
getCreatedDate
java.util.Date getCreatedDate()
getLastModifiedDate
java.util.Date getLastModifiedDate()
getURL
java.net.URL getURL()
getLocalFile
java.io.File getLocalFile()
getFileName
java.lang.String getFileName()
getComment
java.lang.String getComment()
getFileSize
long getFileSize()
getFileSizeAsString
java.lang.String getFileSizeAsString()
isNewlyCreated
boolean isNewlyCreated()
isPendingDelete
boolean isPendingDelete()
downloadTo
void downloadTo(java.io.File target)
throws DownloadException
- Throws:
DownloadException
getFileID
int getFileID()
© 2015 Microsoft. All rights reserved.