Class WebhookRecipient.Builder
- java.lang.Object
-
- com.courier.api.resources.send.types.WebhookRecipient.Builder
-
- All Implemented Interfaces:
WebhookRecipient._FinalStage,WebhookRecipient.WebhookStage
- Enclosing class:
- WebhookRecipient
public static final class WebhookRecipient.Builder extends java.lang.Object implements WebhookRecipient.WebhookStage, WebhookRecipient._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhookRecipientbuild()WebhookRecipient.Builderfrom(WebhookRecipient other)WebhookRecipient._FinalStagewebhook(WebhookProfile webhook)
-
-
-
Method Detail
-
from
public WebhookRecipient.Builder from(WebhookRecipient other)
- Specified by:
fromin interfaceWebhookRecipient.WebhookStage
-
webhook
public WebhookRecipient._FinalStage webhook(WebhookProfile webhook)
- Specified by:
webhookin interfaceWebhookRecipient.WebhookStage
-
build
public WebhookRecipient build()
- Specified by:
buildin interfaceWebhookRecipient._FinalStage
-
-