Uses of Class
com.adyen.model.marketpaywebhooks.AccountEvent.EventEnum
-
Packages that use AccountEvent.EventEnum Package Description com.adyen.model.marketpaywebhooks -
-
Uses of AccountEvent.EventEnum in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks 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.marketpaywebhooks with parameters of type AccountEvent.EventEnum Modifier and Type Method Description AccountEventAccountEvent. event(AccountEvent.EventEnum event)voidAccountEvent. setEvent(AccountEvent.EventEnum event)
-