public enum WindowsAutopilotEnrollmentType extends Enum<WindowsAutopilotEnrollmentType> implements com.github.davidmoten.odata.client.Enum
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static WindowsAutopilotEnrollmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsAutopilotEnrollmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowsAutopilotEnrollmentType UNKNOWN
public static final WindowsAutopilotEnrollmentType AZURE_ADJOINED_WITH_AUTOPILOT_PROFILE
public static final WindowsAutopilotEnrollmentType OFFLINE_DOMAIN_JOINED
public static final WindowsAutopilotEnrollmentType AZURE_ADJOINED_USING_DEVICE_AUTH_WITH_AUTOPILOT_PROFILE
public static final WindowsAutopilotEnrollmentType AZURE_ADJOINED_USING_DEVICE_AUTH_WITHOUT_AUTOPILOT_PROFILE
public static final WindowsAutopilotEnrollmentType AZURE_ADJOINED_WITH_OFFLINE_AUTOPILOT_PROFILE
public static final WindowsAutopilotEnrollmentType AZURE_ADJOINED_WITH_WHITE_GLOVE
public static final WindowsAutopilotEnrollmentType OFFLINE_DOMAIN_JOINED_WITH_WHITE_GLOVE
public static final WindowsAutopilotEnrollmentType OFFLINE_DOMAIN_JOINED_WITH_OFFLINE_AUTOPILOT_PROFILE
public static WindowsAutopilotEnrollmentType[] values()
for (WindowsAutopilotEnrollmentType c : WindowsAutopilotEnrollmentType.values()) System.out.println(c);
public static WindowsAutopilotEnrollmentType 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.