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