Interface PullRequestItem

    • Method Detail

      • url

        @Nullable
        URI url()
        URL.
      • htmlUrl

        @Nullable
        URI htmlUrl()
        HTML URL.
      • diffUrl

        @Nullable
        URI diffUrl()
        Diff URL.
      • patchUrl

        @Nullable
        URI patchUrl()
        Patch URL.
      • issueUrl

        @Nullable
        URI issueUrl()
        Issue URL.
      • commitsUrl

        @Nullable
        URI commitsUrl()
        Commits URL.
      • number

        @Nullable
        Integer number()
        Number.
      • state

        @Nullable
        String state()
        Either open, closed, or all to filter by state. Default: open.
      • title

        @Nullable
        String title()
        The title of the pull request.
      • locked

        @Nullable
        Boolean locked()
        Is it locked.
      • user

        @Nullable
        User user()
        User.
      • statusesUrl

        @Nullable
        URI statusesUrl()
        Statuses API URL.
      • reviewCommentsUrl

        @Nullable
        URI reviewCommentsUrl()
        Review comments API URL.
      • reviewCommentUrl

        @Nullable
        String reviewCommentUrl()
        Review comment API URL template.
      • commentsUrl

        @Nullable
        URI commentsUrl()
        Comments API URL.
      • requestedReviewers

        @Nullable
        List<User> requestedReviewers()
        Requested reviewers (users)
      • requestedTeams

        @Nullable
        List<User> requestedTeams()
        Requested reviewers (teams)