Interface GenericWebhook.Builder

  • Method Details

    • webhookUrl

      GenericWebhook.Builder webhookUrl(String webhookUrl)

      The webhook URL endpoint

      Parameters:
      webhookUrl - The webhook URL endpoint
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • webhookId

      GenericWebhook.Builder webhookId(String webhookId)

      The unique webhook identifier

      Parameters:
      webhookId - The unique webhook identifier
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • webhookType

      GenericWebhook.Builder webhookType(String webhookType)

      The webhook authentication type

      Parameters:
      webhookType - The webhook authentication type
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • webhookType

      GenericWebhook.Builder webhookType(WebhookType webhookType)

      The webhook authentication type

      Parameters:
      webhookType - The webhook authentication type
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • webhookSecret

      GenericWebhook.Builder webhookSecret(String webhookSecret)

      The webhook secret for authentication

      Parameters:
      webhookSecret - The webhook secret for authentication
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • apiKey

      API Key for API Key webhook authentication

      Parameters:
      apiKey - API Key for API Key webhook authentication
      Returns:
      Returns a reference to this object so that method calls can be chained together.