Klasse WebhookSubscriptionUpdateWebhookSubscription
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.WebhookSubscriptionUpdateWebhookSubscription
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WebhookSubscriptionUpdateWebhookSubscription
extends Object
WebhookSubscriptionUpdateWebhookSubscription
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedWebhookSubscriptionUpdateWebhookSubscription(String description, Set<String> events, WebhookSubscriptionUpdateWebhookSubscriptionFilter filter, Boolean active) WebhookSubscriptionUpdateWebhookSubscription(Consumer<WebhookSubscriptionUpdateWebhookSubscription> spec) Constructs a validated implementation ofWebhookSubscriptionUpdateWebhookSubscription. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungactive()If true, a webhook will be sent.If true, a webhook will be sent.protected booleanA short description of the webhook subscription.description(String description) A short description of the webhook subscription.booleanevents()The set of outbound event types the subscription will receive.The set of outbound event types the subscription will receive.filter()inthashCode()toString()
-
Felddetails
-
description
A short description of the webhook subscription. -
events
The set of outbound event types the subscription will receive. -
filter
-
active
If true, a webhook will be sent. True is the default state. If false, a webhook will not be sent.
-
-
Konstruktordetails
-
WebhookSubscriptionUpdateWebhookSubscription
@Internal public WebhookSubscriptionUpdateWebhookSubscription(Consumer<WebhookSubscriptionUpdateWebhookSubscription> spec) Constructs a validated implementation ofWebhookSubscriptionUpdateWebhookSubscription.- Parameter:
spec- the specification to process
-
WebhookSubscriptionUpdateWebhookSubscription
public WebhookSubscriptionUpdateWebhookSubscription(String description, Set<String> events, WebhookSubscriptionUpdateWebhookSubscriptionFilter filter, Boolean active) -
WebhookSubscriptionUpdateWebhookSubscription
protected WebhookSubscriptionUpdateWebhookSubscription()
-
-
Methodendetails
-
description
A short description of the webhook subscription. -
events
The set of outbound event types the subscription will receive. -
filter
-
active
If true, a webhook will be sent. True is the default state. If false, a webhook will not be sent. -
description
A short description of the webhook subscription.- Gibt zurück:
this.
-
events
The set of outbound event types the subscription will receive.- Gibt zurück:
this.
-
filter
public WebhookSubscriptionUpdateWebhookSubscription filter(WebhookSubscriptionUpdateWebhookSubscriptionFilter filter) - Gibt zurück:
this.
-
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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-