Package com.seam.api.types
Interface Webhook._FinalStage
-
- All Known Implementing Classes:
Webhook.Builder
- Enclosing class:
- Webhook
public static interface Webhook._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract 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._FinalStagesecret(java.lang.String secret)Webhook._FinalStagesecret(java.util.Optional<java.lang.String> secret)
-
-
-
Method Detail
-
build
Webhook build()
-
eventTypes
Webhook._FinalStage eventTypes(java.util.Optional<java.util.List<java.lang.String>> eventTypes)
-
eventTypes
Webhook._FinalStage eventTypes(java.util.List<java.lang.String> eventTypes)
-
secret
Webhook._FinalStage secret(java.util.Optional<java.lang.String> secret)
-
secret
Webhook._FinalStage secret(java.lang.String secret)
-
-