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