Package com.onfido.model
Enum DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum
- java.lang.Object
-
- java.lang.Enum<DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum>
-
- com.onfido.model.DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum
-
- All Implemented Interfaces:
Serializable,Comparable<DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum>
- Enclosing class:
- DocumentWithDriverVerificationReportAllOfProperties
public static enum DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum extends Enum<DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum>
Gets or Sets nistIdentityEvidenceStrength
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum.Adapter
-
Enum Constant Summary
Enum Constants Enum Constant Description FAIRSTRONGSUPERIORUNACCEPTABLEUNKNOWN_DEFAULT_OPEN_APIUNSPECIFIED_IDENTITY_EVIDENCE_STRENGTHWEAK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnumfromValue(String value)StringgetValue()StringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)static DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SUPERIOR
public static final DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum SUPERIOR
-
STRONG
public static final DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum STRONG
-
FAIR
public static final DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum FAIR
-
WEAK
public static final DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum WEAK
-
UNACCEPTABLE
public static final DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum UNACCEPTABLE
-
UNSPECIFIED_IDENTITY_EVIDENCE_STRENGTH
public static final DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum UNSPECIFIED_IDENTITY_EVIDENCE_STRENGTH
-
UNKNOWN_DEFAULT_OPEN_API
public static final DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum UNKNOWN_DEFAULT_OPEN_API
-
-
Method Detail
-
values
public static DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum[] 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 (DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum c : DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum 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()
-
fromValue
public static DocumentWithDriverVerificationReportAllOfProperties.NistIdentityEvidenceStrengthEnum fromValue(String value)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException- Throws:
IOException
-
-