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

Method Summary
 java.lang.String getComment()
           
 java.lang.String getDescription()
           
 int getLinkID()
           
 RegisteredLinkType getLinkType()
           
 boolean isNewlyCreated()
           
 boolean isPendingDelete()
           
 boolean isReadOnly()
           
 void setComment(java.lang.String comment)
           
 

Method Detail

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.