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