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