Uses of Class
com.mailersend.sdk.webhooks.WebhooksBuilder
-
Packages that use WebhooksBuilder Package Description com.mailersend.sdk.webhooks -
-
Uses of WebhooksBuilder in com.mailersend.sdk.webhooks
Methods in com.mailersend.sdk.webhooks that return WebhooksBuilder Modifier and Type Method Description WebhooksBuilderWebhooksBuilder. addEvent(String event)Add an event for the webhookWebhooksBuilderWebhooks. builder()Gets the builder that can be used to create or update webhooksWebhooksBuilderWebhooksBuilder. clearEvents()Clears the events of the webhook requestWebhooksBuilderWebhooksBuilder. name(String name)Set the webhook's nameWebhooksBuilderWebhooksBuilder. url(String url)Set the webhook's url
-