Interface ConfluenceIntegrationInput.Builder

  • Method Details

    • installationId

      ConfluenceIntegrationInput.Builder installationId(String installationId)

      The Atlassian installation identifier, available from the Atlassian administration console.

      Parameters:
      installationId - The Atlassian installation identifier, available from the Atlassian administration console.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      The OAuth 2.0 authorization code returned from the consent redirect.

      Parameters:
      code - The OAuth 2.0 authorization code returned from the consent redirect.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The CSRF state token echoed back from the OAuth redirect.

      Parameters:
      state - The CSRF state token echoed back from the OAuth redirect.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • siteUrl

      The Confluence Cloud site URL, for example https://mysite.atlassian.net.

      Parameters:
      siteUrl - The Confluence Cloud site URL, for example https://mysite.atlassian.net.
      Returns:
      Returns a reference to this object so that method calls can be chained together.