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