Uses of Class
app.cybrid.cybrid_api_bank.client.model.ExchangeAccountBankModel.TypeEnum
-
Packages that use ExchangeAccountBankModel.TypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of ExchangeAccountBankModel.TypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return ExchangeAccountBankModel.TypeEnum Modifier and Type Method Description static ExchangeAccountBankModel.TypeEnumExchangeAccountBankModel.TypeEnum. fromValue(String value)ExchangeAccountBankModel.TypeEnumExchangeAccountBankModel. getType()The exchange account type.static ExchangeAccountBankModel.TypeEnumExchangeAccountBankModel.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ExchangeAccountBankModel.TypeEnum[]ExchangeAccountBankModel.TypeEnum. 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 ExchangeAccountBankModel.TypeEnum Modifier and Type Method Description voidExchangeAccountBankModel. setType(ExchangeAccountBankModel.TypeEnum type)ExchangeAccountBankModelExchangeAccountBankModel. type(ExchangeAccountBankModel.TypeEnum type)
-