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