Klasse Webhook.WebhookBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Webhook.WebhookBuilder
- Umschließende Klasse:
Webhook
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungSpecifies whether this webhook is active or not.build()
config
(WebhookConfig config) events
(List<Webhook.EventsEnum> events) The list of interested events this webhook is subscribed forA unique ID for the webhooktoString()
-
Methodendetails
-
active
Specifies whether this webhook is active or not. Default value is false.- Gibt zurück:
this
.
-
config
- Gibt zurück:
this
.
-
events
The list of interested events this webhook is subscribed for- Gibt zurück:
this
.
-
id
A unique ID for the webhook- Gibt zurück:
this
.
-
build
-
toString
-