Uses of Class
com.adyen.model.management.Webhook.EncryptionProtocolEnum
-
Packages that use Webhook.EncryptionProtocolEnum Package Description com.adyen.model.management -
-
Uses of Webhook.EncryptionProtocolEnum in com.adyen.model.management
Methods in com.adyen.model.management that return Webhook.EncryptionProtocolEnum Modifier and Type Method Description static Webhook.EncryptionProtocolEnumWebhook.EncryptionProtocolEnum. fromValue(String value)Webhook.EncryptionProtocolEnumWebhook. getEncryptionProtocol()SSL version to access the public webhook URL specified in the `url` field.static Webhook.EncryptionProtocolEnumWebhook.EncryptionProtocolEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Webhook.EncryptionProtocolEnum[]Webhook.EncryptionProtocolEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type Webhook.EncryptionProtocolEnum Modifier and Type Method Description WebhookWebhook. encryptionProtocol(Webhook.EncryptionProtocolEnum encryptionProtocol)voidWebhook. setEncryptionProtocol(Webhook.EncryptionProtocolEnum encryptionProtocol)SSL version to access the public webhook URL specified in the `url` field.
-