Uses of Class
app.cybrid.cybrid_api_bank.client.model.VerificationCheckBankModel.StateEnum
-
Packages that use VerificationCheckBankModel.StateEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of VerificationCheckBankModel.StateEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return VerificationCheckBankModel.StateEnum Modifier and Type Method Description static VerificationCheckBankModel.StateEnumVerificationCheckBankModel.StateEnum. fromValue(String value)VerificationCheckBankModel.StateEnumVerificationCheckBankModel. getState()The state of the verification check.static VerificationCheckBankModel.StateEnumVerificationCheckBankModel.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static VerificationCheckBankModel.StateEnum[]VerificationCheckBankModel.StateEnum. 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 VerificationCheckBankModel.StateEnum Modifier and Type Method Description voidVerificationCheckBankModel. setState(VerificationCheckBankModel.StateEnum state)VerificationCheckBankModelVerificationCheckBankModel. state(VerificationCheckBankModel.StateEnum state)
-