Uses of Class
com.adyen.model.marketpayconfiguration.TestNotificationConfigurationRequest.EventTypesEnum
-
Packages that use TestNotificationConfigurationRequest.EventTypesEnum Package Description com.adyen.model.marketpayconfiguration -
-
Uses of TestNotificationConfigurationRequest.EventTypesEnum in com.adyen.model.marketpayconfiguration
Methods in com.adyen.model.marketpayconfiguration that return TestNotificationConfigurationRequest.EventTypesEnum Modifier and Type Method Description static TestNotificationConfigurationRequest.EventTypesEnumTestNotificationConfigurationRequest.EventTypesEnum. fromValue(String value)static TestNotificationConfigurationRequest.EventTypesEnumTestNotificationConfigurationRequest.EventTypesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TestNotificationConfigurationRequest.EventTypesEnum[]TestNotificationConfigurationRequest.EventTypesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpayconfiguration that return types with arguments of type TestNotificationConfigurationRequest.EventTypesEnum Modifier and Type Method Description List<TestNotificationConfigurationRequest.EventTypesEnum>TestNotificationConfigurationRequest. getEventTypes()The event types to test.Methods in com.adyen.model.marketpayconfiguration with parameters of type TestNotificationConfigurationRequest.EventTypesEnum Modifier and Type Method Description TestNotificationConfigurationRequestTestNotificationConfigurationRequest. addEventTypesItem(TestNotificationConfigurationRequest.EventTypesEnum eventTypesItem)Method parameters in com.adyen.model.marketpayconfiguration with type arguments of type TestNotificationConfigurationRequest.EventTypesEnum Modifier and Type Method Description TestNotificationConfigurationRequestTestNotificationConfigurationRequest. eventTypes(List<TestNotificationConfigurationRequest.EventTypesEnum> eventTypes)voidTestNotificationConfigurationRequest. setEventTypes(List<TestNotificationConfigurationRequest.EventTypesEnum> eventTypes)
-