Uses of Class
com.mailersend.sms.webhooks.SmsWebhooksBuilder
-
Packages that use SmsWebhooksBuilder Package Description com.mailersend.sms.webhooks -
-
Uses of SmsWebhooksBuilder in com.mailersend.sms.webhooks
Methods in com.mailersend.sms.webhooks that return SmsWebhooksBuilder Modifier and Type Method Description SmsWebhooksBuilderSmsWebhooksBuilder. addEvent(String event)Add an event for the webhookSmsWebhooksBuilderSmsWebhooks. builder()Gets the builder that can be used to create or update webhooksSmsWebhooksBuilderSmsWebhooksBuilder. clearEvents()Clears the events of the webhook requestSmsWebhooksBuilderSmsWebhooksBuilder. name(String name)Set the webhook's nameSmsWebhooksBuilderSmsWebhooks. newBuilder()newBuilder.SmsWebhooksBuilderSmsWebhooksBuilder. url(String url)Set the webhook's url
-