Klasse WebhookSubscription.WebhookSubscriptionBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.WebhookSubscription.WebhookSubscriptionBuilder
- Umschließende Klasse:
WebhookSubscription
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungDetermines whether this subscription will produce webhook events.build()deliveryMethod(WebhookSubscriptionDeliveryMethod deliveryMethod) description(String description) A short description of the webhook subscription.The set of outbound event types the webhook will receive.filter(WebhookSubscriptionFilter filter) toString()The type indicating the schema of the object.
-
Methodendetails
-
id
- Gibt zurück:
this.
-
type
The type indicating the schema of the object.- Gibt zurück:
this.
-
active
Determines whether this subscription will produce webhook events.- Gibt zurück:
this.
-
deliveryMethod
public WebhookSubscription.WebhookSubscriptionBuilder deliveryMethod(WebhookSubscriptionDeliveryMethod deliveryMethod) - Gibt zurück:
this.
-
description
A short description of the webhook subscription.- Gibt zurück:
this.
-
events
The set of outbound event types the webhook will receive.- Gibt zurück:
this.
-
filter
- Gibt zurück:
this.
-
build
-
toString
-