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