Package com.ringcentral.definitions
Class PubNubDeliveryModeRequest
java.lang.Object
com.ringcentral.definitions.PubNubDeliveryModeRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionOptional.The transport type for this subscription, or the channel by which an app should be notified of an event Required Enum: PubNub -
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: PubNub -
encryption
Optional. Specifies if notification messages will be encrypted or not. Please note that for some event filters (e.g. presence) encryption is mandatory and `false` value provided by caller will be ignored.
-
-
Constructor Details
-
PubNubDeliveryModeRequest
public PubNubDeliveryModeRequest()
-
-
Method Details
-
transportType
-
encryption
-