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