Uses of Class
com.adyen.model.management.Webhook.SslVersionEnum
-
Packages that use Webhook.SslVersionEnum Package Description com.adyen.model.management -
-
Uses of Webhook.SslVersionEnum in com.adyen.model.management
Methods in com.adyen.model.management that return Webhook.SslVersionEnum Modifier and Type Method Description static Webhook.SslVersionEnumWebhook.SslVersionEnum. fromValue(String value)Webhook.SslVersionEnumWebhook. getSslVersion()SSL version to access the public webhook URL specified in the `url` field.static Webhook.SslVersionEnumWebhook.SslVersionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Webhook.SslVersionEnum[]Webhook.SslVersionEnum. 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.SslVersionEnum Modifier and Type Method Description voidWebhook. setSslVersion(Webhook.SslVersionEnum sslVersion)WebhookWebhook. sslVersion(Webhook.SslVersionEnum sslVersion)
-