Interface DeletePullRequestApprovalRuleResponse.Builder

    • Method Detail

      • approvalRuleId

        DeletePullRequestApprovalRuleResponse.Builder approvalRuleId​(String approvalRuleId)

        The ID of the deleted approval rule.

        If the approval rule was deleted in an earlier API call, the response is 200 OK without content.

        Parameters:
        approvalRuleId - The ID of the deleted approval rule.

        If the approval rule was deleted in an earlier API call, the response is 200 OK without content.

        Returns:
        Returns a reference to this object so that method calls can be chained together.