com.microsoft.tfs.core.clients.workitem.link
Interface Link
- All Known Subinterfaces:
- ExternalLink, Hyperlink, RelatedLink
public interface Link
Describes the implementation of a link.
- Since:
- TEE-SDK-10.1
getLinkType
RegisteredLinkType getLinkType()
getComment
java.lang.String getComment()
setComment
void setComment(java.lang.String comment)
getDescription
java.lang.String getDescription()
isNewlyCreated
boolean isNewlyCreated()
isPendingDelete
boolean isPendingDelete()
getLinkID
int getLinkID()
isReadOnly
boolean isReadOnly()
© 2015 Microsoft. All rights reserved.