Interface GetPullRequestApprovalStatesResponse.Builder

    • Method Detail

      • approvals

        GetPullRequestApprovalStatesResponse.Builder approvals​(Collection<Approval> approvals)

        Information about users who have approved the pull request.

        Parameters:
        approvals - Information about users who have approved the pull request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • approvals

        GetPullRequestApprovalStatesResponse.Builder approvals​(Approval... approvals)

        Information about users who have approved the pull request.

        Parameters:
        approvals - Information about users who have approved the pull request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.