public enum WatchlistScreeningHitStatus extends Enum<WatchlistScreeningHitStatus>
Modifier and Type | Class and Description |
---|---|
static class |
WatchlistScreeningHitStatus.Adapter |
Enum Constant and Description |
---|
CONFIRMED |
DISMISSED |
ENUM_UNKNOWN |
PENDING_REVIEW |
Modifier and Type | Method and Description |
---|---|
static WatchlistScreeningHitStatus |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static WatchlistScreeningHitStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatchlistScreeningHitStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WatchlistScreeningHitStatus CONFIRMED
public static final WatchlistScreeningHitStatus PENDING_REVIEW
public static final WatchlistScreeningHitStatus DISMISSED
public static final WatchlistScreeningHitStatus ENUM_UNKNOWN
public static WatchlistScreeningHitStatus[] values()
for (WatchlistScreeningHitStatus c : WatchlistScreeningHitStatus.values()) System.out.println(c);
public static WatchlistScreeningHitStatus 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<WatchlistScreeningHitStatus>
public static WatchlistScreeningHitStatus fromValue(String value)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.