Interface Webhook.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Webhook.Builder,Webhook>, SdkBuilder<Webhook.Builder,Webhook>, SdkPojo
Enclosing class:
Webhook

@Mutable @NotThreadSafe public static interface Webhook.Builder extends SdkPojo, CopyableBuilder<Webhook.Builder,Webhook>
  • Method Details

    • webhookUrl

      Webhook.Builder webhookUrl(String webhookUrl)

      Webhook endpoint URL.

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

      Webhook.Builder webhookType(String webhookType)

      Webhook authentication type.

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

      Webhook.Builder webhookType(WebhookType webhookType)

      Webhook authentication type.

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

      Webhook.Builder webhookId(String webhookId)

      The unique identifier of the Webhook

      Parameters:
      webhookId - The unique identifier of the Webhook
      Returns:
      Returns a reference to this object so that method calls can be chained together.