Klasse WebhookSubscriptionDeliveryMethod
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.WebhookSubscriptionDeliveryMethod
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WebhookSubscriptionDeliveryMethod
extends Object
WebhookSubscriptionDeliveryMethod
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumIndicates the type of the delivery method. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ListOptional headers to be set on this webhook subscription when sent.protected Stringprotected StringThe secret used to sign webhook payloads.protected BooleanWhether or not this webhook subscription is temporarily disabled.Indicates the type of the delivery method.protected StringThe destination URL for webhook delivery. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedWebhookSubscriptionDeliveryMethod(String id, String secret, Boolean temporarilyDisabled, WebhookSubscriptionDeliveryMethod.TypeEnum type, String url, List customHeaders) Constructs a validated implementation ofWebhookSubscriptionDeliveryMethod. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanOptional headers to be set on this webhook subscription when sent.customHeaders(List customHeaders) Optional headers to be set on this webhook subscription when sent.booleaninthashCode()id()secret()The secret used to sign webhook payloads.The secret used to sign webhook payloads.Whether or not this webhook subscription is temporarily disabled.temporarilyDisabled(Boolean temporarilyDisabled) Whether or not this webhook subscription is temporarily disabled.toString()type()Indicates the type of the delivery method.Indicates the type of the delivery method.url()The destination URL for webhook delivery.The destination URL for webhook delivery.
-
Felddetails
-
id
-
secret
The secret used to sign webhook payloads. Only provided on the initial create response. -
temporarilyDisabled
Whether or not this webhook subscription is temporarily disabled. Becomes `true` if the delivery method URL is repeatedly rejected by the server. -
type
Indicates the type of the delivery method. -
url
The destination URL for webhook delivery. -
customHeaders
Optional headers to be set on this webhook subscription when sent. The header values are redacted in GET requests, but are not redacted on the webhook when delivered to the webhook's endpoint.
-
-
Konstruktordetails
-
WebhookSubscriptionDeliveryMethod
@Internal public WebhookSubscriptionDeliveryMethod(Consumer<WebhookSubscriptionDeliveryMethod> spec) Constructs a validated implementation ofWebhookSubscriptionDeliveryMethod.- Parameter:
spec- the specification to process
-
WebhookSubscriptionDeliveryMethod
-
WebhookSubscriptionDeliveryMethod
protected WebhookSubscriptionDeliveryMethod()
-
-
Methodendetails
-
id
-
secret
The secret used to sign webhook payloads. Only provided on the initial create response. -
temporarilyDisabled
Whether or not this webhook subscription is temporarily disabled. Becomes `true` if the delivery method URL is repeatedly rejected by the server. -
type
Indicates the type of the delivery method. -
url
The destination URL for webhook delivery. -
customHeaders
Optional headers to be set on this webhook subscription when sent. The header values are redacted in GET requests, but are not redacted on the webhook when delivered to the webhook's endpoint. -
id
- Gibt zurück:
this.
-
secret
The secret used to sign webhook payloads. Only provided on the initial create response.- Gibt zurück:
this.
-
temporarilyDisabled
Whether or not this webhook subscription is temporarily disabled. Becomes `true` if the delivery method URL is repeatedly rejected by the server.- Gibt zurück:
this.
-
type
Indicates the type of the delivery method.- Gibt zurück:
this.
-
url
The destination URL for webhook delivery.- Gibt zurück:
this.
-
customHeaders
Optional headers to be set on this webhook subscription when sent. The header values are redacted in GET requests, but are not redacted on the webhook when delivered to the webhook's endpoint.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-