public enum DocumentAuthenticityMatchCode extends Enum<DocumentAuthenticityMatchCode>
Modifier and Type | Class and Description |
---|---|
static class |
DocumentAuthenticityMatchCode.Adapter |
Enum Constant and Description |
---|
ENUM_UNKNOWN |
MATCH |
NO_DATA |
NO_MATCH |
PARTIAL_MATCH |
Modifier and Type | Method and Description |
---|---|
static DocumentAuthenticityMatchCode |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static DocumentAuthenticityMatchCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentAuthenticityMatchCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentAuthenticityMatchCode MATCH
public static final DocumentAuthenticityMatchCode PARTIAL_MATCH
public static final DocumentAuthenticityMatchCode NO_MATCH
public static final DocumentAuthenticityMatchCode NO_DATA
public static final DocumentAuthenticityMatchCode ENUM_UNKNOWN
public static DocumentAuthenticityMatchCode[] values()
for (DocumentAuthenticityMatchCode c : DocumentAuthenticityMatchCode.values()) System.out.println(c);
public static DocumentAuthenticityMatchCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
public String toString()
toString
in class Enum<DocumentAuthenticityMatchCode>
public static DocumentAuthenticityMatchCode fromValue(String value)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.