Package org.azd.workitemtracking.types
Class WorkItemCommentVersionRef
java.lang.Object
org.azd.common.types.BaseAbstractMethod
org.azd.workitemtracking.types.WorkItemCommentVersionRef
Represents the reference to a specific version of a comment on a Work Item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetText()getUrl()intbooleanvoidsetCommentId(int commentId) voidsetCreatedInRevision(int createdInRevision) voidsetDeleted(boolean deleted) voidvoidvoidsetVersion(int version) Methods inherited from class org.azd.common.types.BaseAbstractMethod
toJsonTree, toString
-
Constructor Details
-
WorkItemCommentVersionRef
public WorkItemCommentVersionRef()
-
-
Method Details
-
getCommentId
public int getCommentId() -
setCommentId
public void setCommentId(int commentId) -
getCreatedInRevision
public int getCreatedInRevision() -
setCreatedInRevision
public void setCreatedInRevision(int createdInRevision) -
isDeleted
public boolean isDeleted() -
setDeleted
public void setDeleted(boolean deleted) -
getText
-
setText
-
getUrl
-
setUrl
-
getVersion
public int getVersion() -
setVersion
public void setVersion(int version)
-