Package com.ringcentral.definitions
Class AnyPublicDeliveryMode
java.lang.Object
com.ringcentral.definitions.AnyPublicDeliveryMode
Notification delivery transport information
-
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 Required Enum: WebHook, WebSocket -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencryption(Boolean encryption) transportType(String transportType)
-
Field Details
-
transportType
The transport type for this subscription Required Enum: WebHook, WebSocket -
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
-
AnyPublicDeliveryMode
public AnyPublicDeliveryMode()
-
-
Method Details
-
transportType
-
address
-
encryption
-