Class WebhookDeliveryMode

java.lang.Object
com.ringcentral.definitions.WebhookDeliveryMode

public class WebhookDeliveryMode extends Object
  • Field Details

    • transportType

      public String transportType
      The transport type for this subscription, or the channel by which an app should be notified of an event Required Enum: WebHook
    • address

      public String address
      The URL to which notifications should be delivered. This is only applicable for the `WebHook` transport type, for which it is a required field. Required Format: uri Example: https://acme.com/myservice/webhook
    • encryption

      public Boolean encryption
      Specifies if notification messages will be encrypted or not. Required Enum: false
  • Constructor Details

    • WebhookDeliveryMode

      public WebhookDeliveryMode()
  • Method Details