Package com.ringcentral.definitions
Class WebhookDeliveryMode
java.lang.Object
com.ringcentral.definitions.WebhookDeliveryMode
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe URL to which notifications should be delivered.Specifies if notification messages will be encrypted or not.The transport type for this subscription, or the channel by which an app should be notified of an event Required Enum: WebHook -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencryption
(Boolean encryption) transportType
(String transportType)
-
Field Details
-
transportType
The transport type for this subscription, or the channel by which an app should be notified of an event Required Enum: WebHook -
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
Specifies if notification messages will be encrypted or not. Required Enum: false
-
-
Constructor Details
-
WebhookDeliveryMode
public WebhookDeliveryMode()
-
-
Method Details
-
transportType
-
address
-
encryption
-