Uses of Class
com.adyen.model.transferwebhooks.TransferEvent.TypeEnum
-
Packages that use TransferEvent.TypeEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of TransferEvent.TypeEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return TransferEvent.TypeEnum Modifier and Type Method Description static TransferEvent.TypeEnumTransferEvent.TypeEnum. fromValue(String value)TransferEvent.TypeEnumTransferEvent. getType()The type of the transfer event.static TransferEvent.TypeEnumTransferEvent.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferEvent.TypeEnum[]TransferEvent.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.transferwebhooks with parameters of type TransferEvent.TypeEnum Modifier and Type Method Description voidTransferEvent. setType(TransferEvent.TypeEnum type)The type of the transfer event.TransferEventTransferEvent. type(TransferEvent.TypeEnum type)
-