Uses of Class
com.adyen.model.marketpayaccount.AccountEvent.EventEnum
-
Packages that use AccountEvent.EventEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of AccountEvent.EventEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return AccountEvent.EventEnum Modifier and Type Method Description static AccountEvent.EventEnumAccountEvent.EventEnum. fromValue(String value)AccountEvent.EventEnumAccountEvent. getEvent()The event.static AccountEvent.EventEnumAccountEvent.EventEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountEvent.EventEnum[]AccountEvent.EventEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpayaccount with parameters of type AccountEvent.EventEnum Modifier and Type Method Description AccountEventAccountEvent. event(AccountEvent.EventEnum event)voidAccountEvent. setEvent(AccountEvent.EventEnum event)
-