public enum ManagementAgentType extends Enum<ManagementAgentType> implements com.github.davidmoten.odata.client.Enum
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static ManagementAgentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagementAgentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagementAgentType EAS
public static final ManagementAgentType MDM
public static final ManagementAgentType EAS_MDM
public static final ManagementAgentType INTUNE_CLIENT
public static final ManagementAgentType EAS_INTUNE_CLIENT
public static final ManagementAgentType CONFIGURATION_MANAGER_CLIENT
public static final ManagementAgentType CONFIGURATION_MANAGER_CLIENT_MDM
public static final ManagementAgentType CONFIGURATION_MANAGER_CLIENT_MDM_EAS
public static final ManagementAgentType UNKNOWN
public static final ManagementAgentType JAMF
public static final ManagementAgentType GOOGLE_CLOUD_DEVICE_POLICY_CONTROLLER
public static final ManagementAgentType MICROSOFT365MANAGED_MDM
public static final ManagementAgentType WINDOWS_MANAGEMENT_CLOUD_API
public static ManagementAgentType[] values()
for (ManagementAgentType c : ManagementAgentType.values()) System.out.println(c);
public static ManagementAgentType 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.