Interface Comment

    • Method Detail

      • issue

        Issue issue()
        The issue it's in.
        Returns:
        Owner of the comment
      • number

        int number()
        Number.
        Returns:
        Comment number
      • react

        void react​(Reaction reaction)
            throws IOException
        Adds the reaction to the comment.
        Parameters:
        reaction - Reaction to be added.
        Throws:
        IOException - In case something goes wrong.
      • reactions

        Iterable<Reaction> reactions()
        List the reactions of the comment.
        Returns:
        Comment reactions.