Interface WebhookReceiver._FinalStage
-
- All Known Implementing Classes:
WebhookReceiver.Builder
- Enclosing class:
- WebhookReceiver
public static interface WebhookReceiver._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookReceiverbuild()WebhookReceiver._FinalStagekey(java.lang.String key)WebhookReceiver._FinalStagekey(java.util.Optional<java.lang.String> key)
-
-
-
Method Detail
-
build
WebhookReceiver build()
-
key
WebhookReceiver._FinalStage key(java.util.Optional<java.lang.String> key)
-
key
WebhookReceiver._FinalStage key(java.lang.String key)
-
-