public static enum PolicyContextRisk.LevelEnum extends Enum<PolicyContextRisk.LevelEnum>
| Modifier and Type | Method and Description | 
|---|---|
static PolicyContextRisk.LevelEnum | 
fromValue(String value)  | 
String | 
getValue()  | 
String | 
toString()  | 
static PolicyContextRisk.LevelEnum | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PolicyContextRisk.LevelEnum[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final PolicyContextRisk.LevelEnum LOW
public static final PolicyContextRisk.LevelEnum MEDIUM
public static final PolicyContextRisk.LevelEnum HIGH
public static PolicyContextRisk.LevelEnum[] values()
for (PolicyContextRisk.LevelEnum c : PolicyContextRisk.LevelEnum.values()) System.out.println(c);
public static PolicyContextRisk.LevelEnum 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<PolicyContextRisk.LevelEnum>public static PolicyContextRisk.LevelEnum fromValue(String value)
Copyright © 2017–2023 Okta. All rights reserved.