Class GHReaction

java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHReaction

public class GHReaction extends GHObject
Reaction to issue, comment, PR, and so on.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • GHReaction

      public GHReaction()
      Create default GHReaction instance
  • Method Details

    • getContent

      public ReactionContent getContent()
      The kind of reaction left.
      Returns:
      the content
    • getUser

      public GHUser getUser()
      User who left the reaction.
      Returns:
      the user