Package com.ringcentral.definitions
Class WebhookDeliveryModeRequest
java.lang.Object
com.ringcentral.definitions.WebhookDeliveryModeRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe URL to which notifications should be delivered.The transport type for this subscription, or the channel by which an app should be notified of an event Required Enum: WebHookAn optional validation token used to verify the authenticity of the incoming webhook. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontransportType
(String transportType) verificationToken
(String verificationToken)
-
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 -
verificationToken
An optional validation token used to verify the authenticity of the incoming webhook. Applicable only for the `WebHook` transport type.
-
-
Constructor Details
-
WebhookDeliveryModeRequest
public WebhookDeliveryModeRequest()
-
-
Method Details
-
transportType
-
address
-
verificationToken
-