Interface Comment

    • Method Detail

      • url

        @Nullable
        URI url()
        Comment API URL.
      • htmlUrl

        @Nullable
        URI htmlUrl()
        Comment URL.
      • id

        int id()
        Comment ID.
      • user

        @Nullable
        User user()
        The User that made the comment.
      • position

        Optional<Integer> position()
        Line index in the diff to comment on.
      • path

        Optional<String> path()
        Relative path of the file to comment on.
      • commitId

        Optional<String> commitId()
        Commit sha this comment relates to
      • body

        @Nullable
        String body()
        The contents of the comment.
      • issueUrl

        Optional<URI> issueUrl()
        The issueURL which the comment belongs to.