Package com.ringcentral.definitions
Class PubNubDeliveryMode
java.lang.Object
com.ringcentral.definitions.PubNubDeliveryMode
-
Field Summary
FieldsModifier and TypeFieldDescriptionPubNub channel name Required Example: 54770517599294_6dda849eOptional.(Only for a `PubNub` transport, returned only if `encryption` is `true`) Encryption algorithm used Enum: AES(Only for a `PubNub` transport, returned only if `encryption` is `true`) Cryptographic key to decrypt PubNub notification messages(Only for a `PubNub` transport) PubNub credential required to subscribe to the channel Required(Only for a `PubNub` transport) PubNub credential required to subscribe to the channel RequiredThe transport type for this subscription Required Enum: PubNub -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencryption(Boolean encryption) encryptionAlgorithm(String encryptionAlgorithm) encryptionKey(String encryptionKey) subscriberKey(String subscriberKey) transportType(String transportType)
-
Field Details
-
transportType
The transport type for this subscription 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. Required -
address
PubNub channel name Required Example: 54770517599294_6dda849e -
subscriberKey
(Only for a `PubNub` transport) PubNub credential required to subscribe to the channel Required -
secretKey
(Only for a `PubNub` transport) PubNub credential required to subscribe to the channel Required -
encryptionAlgorithm
(Only for a `PubNub` transport, returned only if `encryption` is `true`) Encryption algorithm used Enum: AES -
encryptionKey
(Only for a `PubNub` transport, returned only if `encryption` is `true`) Cryptographic key to decrypt PubNub notification messages
-
-
Constructor Details
-
PubNubDeliveryMode
public PubNubDeliveryMode()
-
-
Method Details
-
transportType
-
encryption
-
address
-
subscriberKey
-
secretKey
-
encryptionAlgorithm
-
encryptionKey
-