Interface Review

  • All Known Implementing Classes:
    ImmutableReview

    @Immutable
    public interface Review
    Pull request review resource represents data returned by a single PR review get operation. It contains all the fields from Review entity.
    • Method Detail

      • user

        @Nullable
        User user()
        User.
      • state

        @Nullable
        String state()
        State.
      • htmlUrl

        @Nullable
        URI htmlUrl()
        Html URL.
      • pullRequestUrl

        @Nullable
        URI pullRequestUrl()
        Pull Request URL.
      • links

        @Nullable
        ReviewLinks links()
        Hypermedia links.
      • commitId

        @Nullable
        String commitId()
        Commit sha the review refers to