Klasse WebhookSubscriptionUpdateWebhookSubscription.WebhookSubscriptionUpdateWebhookSubscriptionBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.WebhookSubscriptionUpdateWebhookSubscription.WebhookSubscriptionUpdateWebhookSubscriptionBuilder
- Umschließende Klasse:
WebhookSubscriptionUpdateWebhookSubscription
public static class WebhookSubscriptionUpdateWebhookSubscription.WebhookSubscriptionUpdateWebhookSubscriptionBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungIf true, a webhook will be sent.build()description(String description) A short description of the webhook subscription.The set of outbound event types the subscription will receive.toString()
-
Methodendetails
-
description
public WebhookSubscriptionUpdateWebhookSubscription.WebhookSubscriptionUpdateWebhookSubscriptionBuilder description(String description) A short description of the webhook subscription.- Gibt zurück:
this.
-
events
public WebhookSubscriptionUpdateWebhookSubscription.WebhookSubscriptionUpdateWebhookSubscriptionBuilder events(Set<String> events) The set of outbound event types the subscription will receive.- Gibt zurück:
this.
-
filter
public WebhookSubscriptionUpdateWebhookSubscription.WebhookSubscriptionUpdateWebhookSubscriptionBuilder filter(WebhookSubscriptionUpdateWebhookSubscriptionFilter filter) - Gibt zurück:
this.
-
active
public WebhookSubscriptionUpdateWebhookSubscription.WebhookSubscriptionUpdateWebhookSubscriptionBuilder active(Boolean active) If true, a webhook will be sent. True is the default state. If false, a webhook will not be sent.- Gibt zurück:
this.
-
build
-
toString
-