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