Uses of Class
com.adyen.model.transfers.TransferEvent.TypeEnum
-
Packages that use TransferEvent.TypeEnum Package Description com.adyen.model.transfers -
-
Uses of TransferEvent.TypeEnum in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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.transfers 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)The type of the transfer event.
-