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