Package com.atlassian.jira.reactions
Class ReactionSummary
java.lang.Object
com.atlassian.jira.reactions.ReactionSummary
Represents a summary of reactions of one type (single emoji) to the particular comment.
- Since:
- 8.17
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReactionSummary(long commentId, String emojiId, int count, boolean reacted, String[] users) -
Method Summary
-
Field Details
-
commentId
public final long commentId -
emojiId
-
count
public final int count -
reacted
public final boolean reacted -
users
-
-
Constructor Details
-
ReactionSummary
-
-
Method Details