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