public enum ManagementAgentType extends java.lang.Enum<ManagementAgentType>
| Enum Constant and Description |
|---|
CONFIGURATION_MANAGER_CLIENT
configuration Manager Client
|
CONFIGURATION_MANAGER_CLIENT_MDM
configuration Manager Client Mdm
|
CONFIGURATION_MANAGER_CLIENT_MDM_EAS
configuration Manager Client Mdm Eas
|
EAS
eas
|
EAS_INTUNE_CLIENT
eas Intune Client
|
EAS_MDM
eas Mdm
|
GOOGLE_CLOUD_DEVICE_POLICY_CONTROLLER
google Cloud Device Policy Controller
|
INTUNE_CLIENT
intune Client
|
JAMF
jamf
|
MDM
mdm
|
UNEXPECTED_VALUE
For ManagementAgentType values that were not expected from the service
|
UNKNOWN
unknown
|
| Modifier and Type | Method and Description |
|---|---|
static ManagementAgentType |
valueOf(java.lang.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 UNEXPECTED_VALUE
public static ManagementAgentType[] values()
for (ManagementAgentType c : ManagementAgentType.values()) System.out.println(c);
public static ManagementAgentType 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