Uses of Class
com.adyen.model.transfers.Transfer.PriorityEnum
-
Packages that use Transfer.PriorityEnum Package Description com.adyen.model.transfers -
-
Uses of Transfer.PriorityEnum in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return Transfer.PriorityEnum Modifier and Type Method Description static Transfer.PriorityEnumTransfer.PriorityEnum. fromValue(String value)Transfer.PriorityEnumTransfer. getPriority()The priority for the bank transfer.static Transfer.PriorityEnumTransfer.PriorityEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Transfer.PriorityEnum[]Transfer.PriorityEnum. 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.PriorityEnum Modifier and Type Method Description TransferTransfer. priority(Transfer.PriorityEnum priority)voidTransfer. setPriority(Transfer.PriorityEnum priority)
-