public enum WindowsAutopilotProfileAssignmentStatus extends Enum<WindowsAutopilotProfileAssignmentStatus> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
ASSIGNED_IN_SYNC |
ASSIGNED_OUT_OF_SYNC |
ASSIGNED_UNKOWN_SYNC_STATE |
FAILED |
NOT_ASSIGNED |
PENDING |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static WindowsAutopilotProfileAssignmentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsAutopilotProfileAssignmentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowsAutopilotProfileAssignmentStatus UNKNOWN
public static final WindowsAutopilotProfileAssignmentStatus ASSIGNED_IN_SYNC
public static final WindowsAutopilotProfileAssignmentStatus ASSIGNED_OUT_OF_SYNC
public static final WindowsAutopilotProfileAssignmentStatus ASSIGNED_UNKOWN_SYNC_STATE
public static final WindowsAutopilotProfileAssignmentStatus NOT_ASSIGNED
public static final WindowsAutopilotProfileAssignmentStatus PENDING
public static final WindowsAutopilotProfileAssignmentStatus FAILED
public static WindowsAutopilotProfileAssignmentStatus[] values()
for (WindowsAutopilotProfileAssignmentStatus c : WindowsAutopilotProfileAssignmentStatus.values()) System.out.println(c);
public static WindowsAutopilotProfileAssignmentStatus 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.