public enum ManagementState extends Enum<ManagementState> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
DELETE_PENDING |
DISCOVERED |
MANAGED |
RETIRE_CANCELED |
RETIRE_FAILED |
RETIRE_ISSUED |
RETIRE_PENDING |
UNHEALTHY |
WIPE_CANCELED |
WIPE_FAILED |
WIPE_ISSUED |
WIPE_PENDING |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static ManagementState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagementState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagementState MANAGED
public static final ManagementState RETIRE_PENDING
public static final ManagementState RETIRE_FAILED
public static final ManagementState WIPE_PENDING
public static final ManagementState WIPE_FAILED
public static final ManagementState UNHEALTHY
public static final ManagementState DELETE_PENDING
public static final ManagementState RETIRE_ISSUED
public static final ManagementState WIPE_ISSUED
public static final ManagementState WIPE_CANCELED
public static final ManagementState RETIRE_CANCELED
public static final ManagementState DISCOVERED
public static ManagementState[] values()
for (ManagementState c : ManagementState.values()) System.out.println(c);
public static ManagementState 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.