Uses of Class
app.cybrid.cybrid_api_bank.client.model.IdentityRecordBankModel.TypeEnum
-
Packages that use IdentityRecordBankModel.TypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of IdentityRecordBankModel.TypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return IdentityRecordBankModel.TypeEnum Modifier and Type Method Description static IdentityRecordBankModel.TypeEnumIdentityRecordBankModel.TypeEnum. fromValue(String value)IdentityRecordBankModel.TypeEnumIdentityRecordBankModel. getType()The identity record's type.static IdentityRecordBankModel.TypeEnumIdentityRecordBankModel.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityRecordBankModel.TypeEnum[]IdentityRecordBankModel.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 IdentityRecordBankModel.TypeEnum Modifier and Type Method Description voidIdentityRecordBankModel. setType(IdentityRecordBankModel.TypeEnum type)IdentityRecordBankModelIdentityRecordBankModel. type(IdentityRecordBankModel.TypeEnum type)
-