Uses of Class
app.cybrid.cybrid_api_bank.client.model.TransferBankModel.TransferTypeEnum
-
Packages that use TransferBankModel.TransferTypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of TransferBankModel.TransferTypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return TransferBankModel.TransferTypeEnum Modifier and Type Method Description static TransferBankModel.TransferTypeEnumTransferBankModel.TransferTypeEnum. fromValue(String value)TransferBankModel.TransferTypeEnumTransferBankModel. getTransferType()The type of transfer.static TransferBankModel.TransferTypeEnumTransferBankModel.TransferTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferBankModel.TransferTypeEnum[]TransferBankModel.TransferTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type TransferBankModel.TransferTypeEnum Modifier and Type Method Description voidTransferBankModel. setTransferType(TransferBankModel.TransferTypeEnum transferType)TransferBankModelTransferBankModel. transferType(TransferBankModel.TransferTypeEnum transferType)
-