Class WorkItemCommentVersionRef

java.lang.Object
org.azd.common.types.BaseAbstractMethod
org.azd.workitemtracking.types.WorkItemCommentVersionRef

public class WorkItemCommentVersionRef extends BaseAbstractMethod
Represents the reference to a specific version of a comment on a Work Item.
  • 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

      public String getText()
    • setText

      public void setText(String text)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getVersion

      public int getVersion()
    • setVersion

      public void setVersion(int version)