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
  • Felddetails

    • id

      protected String id
    • secret

      protected String secret
      The secret used to sign webhook payloads. Only provided on the initial create response.
    • temporarilyDisabled

      protected Boolean 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

      protected String url
      The destination URL for webhook delivery.
    • customHeaders

      protected List 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

  • Methodendetails

    • id

      public String id()
    • secret

      public String secret()
      The secret used to sign webhook payloads. Only provided on the initial create response.
    • temporarilyDisabled

      public Boolean 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

      public String url()
      The destination URL for webhook delivery.
    • customHeaders

      public List 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

      public WebhookSubscriptionDeliveryMethod secret(String secret)
      The secret used to sign webhook payloads. Only provided on the initial create response.
      Gibt zurück:
      this.
    • temporarilyDisabled

      public WebhookSubscriptionDeliveryMethod temporarilyDisabled(Boolean 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

      public WebhookSubscriptionDeliveryMethod customHeaders(List 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

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object