Interface UpdateGitHubIntegrationDetail.Builder

  • Method Details

    • code

      The authorization code received from GitHub to update the integration.

      Parameters:
      code - The authorization code received from GitHub to update the integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • installationId

      UpdateGitHubIntegrationDetail.Builder installationId(String installationId)

      The installation ID of the GitHub App associated with the integration.

      Parameters:
      installationId - The installation ID of the GitHub App associated with the integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.