Interface PullComment

    • Method Detail

      • pull

        Pull pull()
        Pull we're in.
        Returns:
        Pull
      • number

        int number()
        Get its number.
        Returns:
        Pull comment number
      • react

        void react​(Reaction reaction)
        Adds the reaction to the pull comment.
        Parameters:
        reaction - Reaction to be added.
      • reactions

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