Uses of Class
com.adyen.model.transferwebhooks.TransferEvent.StatusEnum
-
Packages that use TransferEvent.StatusEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of TransferEvent.StatusEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return TransferEvent.StatusEnum Modifier and Type Method Description static TransferEvent.StatusEnumTransferEvent.StatusEnum. fromValue(String value)TransferEvent.StatusEnumTransferEvent. getStatus()The status of the transfer event.static TransferEvent.StatusEnumTransferEvent.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferEvent.StatusEnum[]TransferEvent.StatusEnum. 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.StatusEnum Modifier and Type Method Description voidTransferEvent. setStatus(TransferEvent.StatusEnum status)The status of the transfer event.TransferEventTransferEvent. status(TransferEvent.StatusEnum status)The status of the transfer event.
-