Enum IdentityVerificationWithDetailsBankModel.FailureCodesEnum
- java.lang.Object
-
- java.lang.Enum<IdentityVerificationWithDetailsBankModel.FailureCodesEnum>
-
- app.cybrid.cybrid_api_bank.client.model.IdentityVerificationWithDetailsBankModel.FailureCodesEnum
-
- All Implemented Interfaces:
Serializable,Comparable<IdentityVerificationWithDetailsBankModel.FailureCodesEnum>
- Enclosing class:
- IdentityVerificationWithDetailsBankModel
public static enum IdentityVerificationWithDetailsBankModel.FailureCodesEnum extends Enum<IdentityVerificationWithDetailsBankModel.FailureCodesEnum>
Gets or Sets failureCodes
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADDRESS_CHECK_FAILUREDATABASE_CHECK_FAILUREDOB_CHECK_FAILUREID_CHECK_FAILUREID_NUMBER_CHECK_FAILURENAME_CHECK_FAILUREPEP_CHECK_FAILUREREQUESTED_FAILURESELFIE_FAILUREWATCHLIST_CHECK_FAILURE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdentityVerificationWithDetailsBankModel.FailureCodesEnumfromValue(String value)StringgetValue()StringtoString()static IdentityVerificationWithDetailsBankModel.FailureCodesEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static IdentityVerificationWithDetailsBankModel.FailureCodesEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
REQUESTED_FAILURE
public static final IdentityVerificationWithDetailsBankModel.FailureCodesEnum REQUESTED_FAILURE
-
ID_CHECK_FAILURE
public static final IdentityVerificationWithDetailsBankModel.FailureCodesEnum ID_CHECK_FAILURE
-
DATABASE_CHECK_FAILURE
public static final IdentityVerificationWithDetailsBankModel.FailureCodesEnum DATABASE_CHECK_FAILURE
-
SELFIE_FAILURE
public static final IdentityVerificationWithDetailsBankModel.FailureCodesEnum SELFIE_FAILURE
-
PEP_CHECK_FAILURE
public static final IdentityVerificationWithDetailsBankModel.FailureCodesEnum PEP_CHECK_FAILURE
-
WATCHLIST_CHECK_FAILURE
public static final IdentityVerificationWithDetailsBankModel.FailureCodesEnum WATCHLIST_CHECK_FAILURE
-
NAME_CHECK_FAILURE
public static final IdentityVerificationWithDetailsBankModel.FailureCodesEnum NAME_CHECK_FAILURE
-
ADDRESS_CHECK_FAILURE
public static final IdentityVerificationWithDetailsBankModel.FailureCodesEnum ADDRESS_CHECK_FAILURE
-
DOB_CHECK_FAILURE
public static final IdentityVerificationWithDetailsBankModel.FailureCodesEnum DOB_CHECK_FAILURE
-
ID_NUMBER_CHECK_FAILURE
public static final IdentityVerificationWithDetailsBankModel.FailureCodesEnum ID_NUMBER_CHECK_FAILURE
-
-
Method Detail
-
values
public static IdentityVerificationWithDetailsBankModel.FailureCodesEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (IdentityVerificationWithDetailsBankModel.FailureCodesEnum c : IdentityVerificationWithDetailsBankModel.FailureCodesEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static IdentityVerificationWithDetailsBankModel.FailureCodesEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<IdentityVerificationWithDetailsBankModel.FailureCodesEnum>
-
fromValue
public static IdentityVerificationWithDetailsBankModel.FailureCodesEnum fromValue(String value)
-
-