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