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