public enum RiskDetail extends Enum<RiskDetail> implements com.github.davidmoten.odata.client.Enum
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static RiskDetail |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiskDetail[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RiskDetail NONE
public static final RiskDetail ADMIN_GENERATED_TEMPORARY_PASSWORD
public static final RiskDetail USER_PERFORMED_SECURED_PASSWORD_CHANGE
public static final RiskDetail USER_PERFORMED_SECURED_PASSWORD_RESET
public static final RiskDetail ADMIN_CONFIRMED_SIGNIN_SAFE
public static final RiskDetail AI_CONFIRMED_SIGNIN_SAFE
public static final RiskDetail USER_PASSED_MFADRIVEN_BY_RISK_BASED_POLICY
public static final RiskDetail ADMIN_DISMISSED_ALL_RISK_FOR_USER
public static final RiskDetail ADMIN_CONFIRMED_SIGNIN_COMPROMISED
public static final RiskDetail HIDDEN
public static final RiskDetail ADMIN_CONFIRMED_USER_COMPROMISED
public static final RiskDetail UNKNOWN_FUTURE_VALUE
public static RiskDetail[] values()
for (RiskDetail c : RiskDetail.values()) System.out.println(c);
public static RiskDetail 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 enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.