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