Class GHReaction

    • Constructor Detail

      • GHReaction

        public GHReaction()
    • Method Detail

      • getContent

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

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

        @Deprecated
        public URL getHtmlUrl()
        Deprecated.
        Reaction has no HTML URL. Don't call this method.
        Specified by:
        getHtmlUrl in class GHObject
        Returns:
        the html url
      • getRoot

        @Deprecated
        public GitHub getRoot()
        Deprecated.
        For access to the GitHub instance, use a local copy instead of pulling it out of objects.
        Get the root GitHub instance for this object.
        Returns:
        the root GitHub instance