Package org.azd.workitemtracking.types
Class CommentReaction
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.workitemtracking.types.CommentReaction
Contains information about work item comment reaction for a particular reaction type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetCount()getType()getUrl()voidvoidsetCommentId(int commentId) voidsetCount(int count) voidsetIsCurrentUserEngaged(Boolean isCurrentUserEngaged) voidsetType(CommentReactionType type) voidMethods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Constructor Details
-
CommentReaction
public CommentReaction()
-
-
Method Details
-
get_links
-
set_links
-
getCommentId
public int getCommentId() -
setCommentId
public void setCommentId(int commentId) -
getCount
public int getCount() -
setCount
public void setCount(int count) -
getIsCurrentUserEngaged
-
setIsCurrentUserEngaged
-
getType
-
setType
-
getUrl
-
setUrl
-