public enum ImportedWindowsAutopilotDeviceIdentityUploadStatus extends java.lang.Enum<ImportedWindowsAutopilotDeviceIdentityUploadStatus>
| Enum Constant and Description |
|---|
COMPLETE
complete
|
ERROR
error
|
NO_UPLOAD
no Upload
|
PENDING
pending
|
UNEXPECTED_VALUE
For ImportedWindowsAutopilotDeviceIdentityUploadStatus values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static ImportedWindowsAutopilotDeviceIdentityUploadStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImportedWindowsAutopilotDeviceIdentityUploadStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportedWindowsAutopilotDeviceIdentityUploadStatus NO_UPLOAD
public static final ImportedWindowsAutopilotDeviceIdentityUploadStatus PENDING
public static final ImportedWindowsAutopilotDeviceIdentityUploadStatus COMPLETE
public static final ImportedWindowsAutopilotDeviceIdentityUploadStatus ERROR
public static final ImportedWindowsAutopilotDeviceIdentityUploadStatus UNEXPECTED_VALUE
public static ImportedWindowsAutopilotDeviceIdentityUploadStatus[] values()
for (ImportedWindowsAutopilotDeviceIdentityUploadStatus c : ImportedWindowsAutopilotDeviceIdentityUploadStatus.values()) System.out.println(c);
public static ImportedWindowsAutopilotDeviceIdentityUploadStatus 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