public enum ImportedWindowsAutopilotDeviceIdentityImportStatus extends java.lang.Enum<ImportedWindowsAutopilotDeviceIdentityImportStatus>
| Enum Constant and Description |
|---|
COMPLETE
complete
|
ERROR
error
|
PARTIAL
partial
|
PENDING
pending
|
UNEXPECTED_VALUE
For ImportedWindowsAutopilotDeviceIdentityImportStatus values that were not expected from the service
|
UNKNOWN
unknown
|
| Modifier and Type | Method and Description |
|---|---|
static ImportedWindowsAutopilotDeviceIdentityImportStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImportedWindowsAutopilotDeviceIdentityImportStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportedWindowsAutopilotDeviceIdentityImportStatus UNKNOWN
public static final ImportedWindowsAutopilotDeviceIdentityImportStatus PENDING
public static final ImportedWindowsAutopilotDeviceIdentityImportStatus PARTIAL
public static final ImportedWindowsAutopilotDeviceIdentityImportStatus COMPLETE
public static final ImportedWindowsAutopilotDeviceIdentityImportStatus ERROR
public static final ImportedWindowsAutopilotDeviceIdentityImportStatus UNEXPECTED_VALUE
public static ImportedWindowsAutopilotDeviceIdentityImportStatus[] values()
for (ImportedWindowsAutopilotDeviceIdentityImportStatus c : ImportedWindowsAutopilotDeviceIdentityImportStatus.values()) System.out.println(c);
public static ImportedWindowsAutopilotDeviceIdentityImportStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null