Package com.onfido.model
Enum DocumentProperties.NistIdentityEvidenceStrengthEnum
- java.lang.Object
-
- java.lang.Enum<DocumentProperties.NistIdentityEvidenceStrengthEnum>
-
- com.onfido.model.DocumentProperties.NistIdentityEvidenceStrengthEnum
-
- All Implemented Interfaces:
Serializable,Comparable<DocumentProperties.NistIdentityEvidenceStrengthEnum>
- Enclosing class:
- DocumentProperties
public static enum DocumentProperties.NistIdentityEvidenceStrengthEnum extends Enum<DocumentProperties.NistIdentityEvidenceStrengthEnum>
Gets or Sets nistIdentityEvidenceStrength
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentProperties.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 DocumentProperties.NistIdentityEvidenceStrengthEnumfromValue(String value)StringgetValue()StringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)static DocumentProperties.NistIdentityEvidenceStrengthEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static DocumentProperties.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 DocumentProperties.NistIdentityEvidenceStrengthEnum SUPERIOR
-
STRONG
public static final DocumentProperties.NistIdentityEvidenceStrengthEnum STRONG
-
FAIR
public static final DocumentProperties.NistIdentityEvidenceStrengthEnum FAIR
-
WEAK
public static final DocumentProperties.NistIdentityEvidenceStrengthEnum WEAK
-
UNACCEPTABLE
public static final DocumentProperties.NistIdentityEvidenceStrengthEnum UNACCEPTABLE
-
UNSPECIFIED_IDENTITY_EVIDENCE_STRENGTH
public static final DocumentProperties.NistIdentityEvidenceStrengthEnum UNSPECIFIED_IDENTITY_EVIDENCE_STRENGTH
-
UNKNOWN_DEFAULT_OPEN_API
public static final DocumentProperties.NistIdentityEvidenceStrengthEnum UNKNOWN_DEFAULT_OPEN_API
-
-
Method Detail
-
values
public static DocumentProperties.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 (DocumentProperties.NistIdentityEvidenceStrengthEnum c : DocumentProperties.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 DocumentProperties.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()
- Overrides:
toStringin classEnum<DocumentProperties.NistIdentityEvidenceStrengthEnum>
-
fromValue
public static DocumentProperties.NistIdentityEvidenceStrengthEnum fromValue(String value)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException- Throws:
IOException
-
-