Interface PullRequestLinks

  • All Superinterfaces:
    Links
    All Known Implementing Classes:
    ImmutablePullRequestLinks

    @Immutable
    public interface PullRequestLinks
    extends Links
    Reference links for the PullRequest entity
    • Method Detail

      • issue

        @Nullable
        Links.Href<URI> issue()
        API link to the pull request.
      • comments

        @Nullable
        Links.Href<URI> comments()
        API link to the comments on this pull request. Comment
      • reviewComment

        @Nullable
        Links.Href<String> reviewComment()
        API link template to a specific review comments on this pull request.
      • reviewComments

        @Nullable
        Links.Href<URI> reviewComments()
        API link to the review comments on this pull request. Comment
      • statuses

        @Nullable
        Links.Href<URI> statuses()
        API link to the statuses on this pull request. Status