Package com.seam.api.types
Class Webhook.Builder
- java.lang.Object
-
- com.seam.api.types.Webhook.Builder
-
- All Implemented Interfaces:
Webhook._FinalStage,Webhook.UrlStage,Webhook.WebhookIdStage
- Enclosing class:
- Webhook
public static final class Webhook.Builder extends java.lang.Object implements Webhook.WebhookIdStage, Webhook.UrlStage, Webhook._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Webhookbuild()Webhook._FinalStageeventTypes(java.util.List<java.lang.String> eventTypes)Webhook._FinalStageeventTypes(java.util.Optional<java.util.List<java.lang.String>> eventTypes)Webhook.Builderfrom(Webhook other)Webhook._FinalStagesecret(java.lang.String secret)Webhook._FinalStagesecret(java.util.Optional<java.lang.String> secret)Webhook._FinalStageurl(java.lang.String url)Webhook.UrlStagewebhookId(java.lang.String webhookId)
-
-
-
Method Detail
-
from
public Webhook.Builder from(Webhook other)
- Specified by:
fromin interfaceWebhook.WebhookIdStage
-
webhookId
public Webhook.UrlStage webhookId(java.lang.String webhookId)
- Specified by:
webhookIdin interfaceWebhook.WebhookIdStage
-
url
public Webhook._FinalStage url(java.lang.String url)
- Specified by:
urlin interfaceWebhook.UrlStage
-
secret
public Webhook._FinalStage secret(java.lang.String secret)
- Specified by:
secretin interfaceWebhook._FinalStage
-
secret
public Webhook._FinalStage secret(java.util.Optional<java.lang.String> secret)
- Specified by:
secretin interfaceWebhook._FinalStage
-
eventTypes
public Webhook._FinalStage eventTypes(java.util.List<java.lang.String> eventTypes)
- Specified by:
eventTypesin interfaceWebhook._FinalStage
-
eventTypes
public Webhook._FinalStage eventTypes(java.util.Optional<java.util.List<java.lang.String>> eventTypes)
- Specified by:
eventTypesin interfaceWebhook._FinalStage
-
build
public Webhook build()
- Specified by:
buildin interfaceWebhook._FinalStage
-
-