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