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