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