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