Uses of Class
com.adyen.model.marketpay.notification.TestNotificationConfigurationResponse.EventTypesEnum
-
Packages that use TestNotificationConfigurationResponse.EventTypesEnum Package Description com.adyen.model.marketpay.notification -
-
Uses of TestNotificationConfigurationResponse.EventTypesEnum in com.adyen.model.marketpay.notification
Methods in com.adyen.model.marketpay.notification that return TestNotificationConfigurationResponse.EventTypesEnum Modifier and Type Method Description 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.marketpay.notification that return types with arguments of type TestNotificationConfigurationResponse.EventTypesEnum Modifier and Type Method Description List<TestNotificationConfigurationResponse.EventTypesEnum>TestNotificationConfigurationResponse. getEventTypes()Tested event typesMethods in com.adyen.model.marketpay.notification with parameters of type TestNotificationConfigurationResponse.EventTypesEnum Modifier and Type Method Description TestNotificationConfigurationResponseTestNotificationConfigurationResponse. addEventTypesItem(TestNotificationConfigurationResponse.EventTypesEnum eventTypesItem)Method parameters in com.adyen.model.marketpay.notification with type arguments of type TestNotificationConfigurationResponse.EventTypesEnum Modifier and Type Method Description TestNotificationConfigurationResponseTestNotificationConfigurationResponse. eventTypes(List<TestNotificationConfigurationResponse.EventTypesEnum> eventTypes)voidTestNotificationConfigurationResponse. setEventTypes(List<TestNotificationConfigurationResponse.EventTypesEnum> eventTypes)
-