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.CreateMerchantWebhookRequest.SslVersionEnumCreateMerchantWebhookRequest.SslVersionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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)voidCreateMerchantWebhookRequest.SslVersionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CreateMerchantWebhookRequest.SslVersionEnum enumeration)
-