Uses of Class
com.adyen.model.marketpayconfiguration.TestNotificationConfigurationResponse.EventTypesEnum
-
Packages that use TestNotificationConfigurationResponse.EventTypesEnum Package Description com.adyen.model.marketpayconfiguration -
-
Uses of TestNotificationConfigurationResponse.EventTypesEnum in com.adyen.model.marketpayconfiguration
Methods in com.adyen.model.marketpayconfiguration that return TestNotificationConfigurationResponse.EventTypesEnum Modifier and Type Method Description static TestNotificationConfigurationResponse.EventTypesEnumTestNotificationConfigurationResponse.EventTypesEnum. fromValue(String value)static TestNotificationConfigurationResponse.EventTypesEnumTestNotificationConfigurationResponse.EventTypesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TestNotificationConfigurationResponse.EventTypesEnum[]TestNotificationConfigurationResponse.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 TestNotificationConfigurationResponse.EventTypesEnum Modifier and Type Method Description List<TestNotificationConfigurationResponse.EventTypesEnum>TestNotificationConfigurationResponse. getEventTypes()The event types that were tested.Methods in com.adyen.model.marketpayconfiguration with parameters of type TestNotificationConfigurationResponse.EventTypesEnum Modifier and Type Method Description TestNotificationConfigurationResponseTestNotificationConfigurationResponse. addEventTypesItem(TestNotificationConfigurationResponse.EventTypesEnum eventTypesItem)Method parameters in com.adyen.model.marketpayconfiguration with type arguments of type TestNotificationConfigurationResponse.EventTypesEnum Modifier and Type Method Description TestNotificationConfigurationResponseTestNotificationConfigurationResponse. eventTypes(List<TestNotificationConfigurationResponse.EventTypesEnum> eventTypes)voidTestNotificationConfigurationResponse. setEventTypes(List<TestNotificationConfigurationResponse.EventTypesEnum> eventTypes)
-