Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostTransferBankModel.TransferTypeEnum
-
Packages that use PostTransferBankModel.TransferTypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostTransferBankModel.TransferTypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostTransferBankModel.TransferTypeEnum Modifier and Type Method Description static PostTransferBankModel.TransferTypeEnumPostTransferBankModel.TransferTypeEnum. fromValue(String value)PostTransferBankModel.TransferTypeEnumPostTransferBankModel. getTransferType()The type of transfer.static PostTransferBankModel.TransferTypeEnumPostTransferBankModel.TransferTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PostTransferBankModel.TransferTypeEnum[]PostTransferBankModel.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 PostTransferBankModel.TransferTypeEnum Modifier and Type Method Description voidPostTransferBankModel. setTransferType(PostTransferBankModel.TransferTypeEnum transferType)PostTransferBankModelPostTransferBankModel. transferType(PostTransferBankModel.TransferTypeEnum transferType)
-