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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedWebhookSubscriptionUpdateWebhookSubscription(String description, Set<String> events, WebhookSubscriptionUpdateWebhookSubscriptionFilter filter, Boolean active) Constructs a validated instance ofWebhookSubscriptionUpdateWebhookSubscription.WebhookSubscriptionUpdateWebhookSubscription(Consumer<WebhookSubscriptionUpdateWebhookSubscription> spec) Constructs a validated instance ofWebhookSubscriptionUpdateWebhookSubscription. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungactive()If true, a webhook will be sent.If true, a webhook will be sent.static WebhookSubscriptionUpdateWebhookSubscription.WebhookSubscriptionUpdateWebhookSubscriptionBuilderbuilder()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
public WebhookSubscriptionUpdateWebhookSubscription(Consumer<WebhookSubscriptionUpdateWebhookSubscription> spec) Constructs a validated instance ofWebhookSubscriptionUpdateWebhookSubscription.- Parameter:
spec- the specification to process
-
WebhookSubscriptionUpdateWebhookSubscription
@Internal public WebhookSubscriptionUpdateWebhookSubscription(String description, Set<String> events, WebhookSubscriptionUpdateWebhookSubscriptionFilter filter, Boolean active) Constructs a validated instance ofWebhookSubscriptionUpdateWebhookSubscription.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WebhookSubscriptionUpdateWebhookSubscription(Consumer)instead.- Parameter:
description- A short description of the webhook subscription.events- The set of outbound event types the subscription will receive.filter- filteractive- If true, a webhook will be sent. True is the default state. If false, a webhook will not be sent.
-
WebhookSubscriptionUpdateWebhookSubscription
protected WebhookSubscriptionUpdateWebhookSubscription()
-
-
Methodendetails
-
builder
public static WebhookSubscriptionUpdateWebhookSubscription.WebhookSubscriptionUpdateWebhookSubscriptionBuilder builder() -
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
-