Enum Class ManagementAgentType

java.lang.Object
java.lang.Enum<ManagementAgentType>
com.microsoft.graph.models.ManagementAgentType
All Implemented Interfaces:
Serializable, Comparable<ManagementAgentType>, Constable

public enum ManagementAgentType extends Enum<ManagementAgentType>
The Enum Management Agent Type.
  • Enum Constant Details

    • EAS

      public static final ManagementAgentType EAS
      eas
    • MDM

      public static final ManagementAgentType MDM
      mdm
    • EAS_MDM

      public static final ManagementAgentType EAS_MDM
      eas Mdm
    • INTUNE_CLIENT

      public static final ManagementAgentType INTUNE_CLIENT
      intune Client
    • EAS_INTUNE_CLIENT

      public static final ManagementAgentType EAS_INTUNE_CLIENT
      eas Intune Client
    • CONFIGURATION_MANAGER_CLIENT

      public static final ManagementAgentType CONFIGURATION_MANAGER_CLIENT
      configuration Manager Client
    • CONFIGURATION_MANAGER_CLIENT_MDM

      public static final ManagementAgentType CONFIGURATION_MANAGER_CLIENT_MDM
      configuration Manager Client Mdm
    • CONFIGURATION_MANAGER_CLIENT_MDM_EAS

      public static final ManagementAgentType CONFIGURATION_MANAGER_CLIENT_MDM_EAS
      configuration Manager Client Mdm Eas
    • UNKNOWN

      public static final ManagementAgentType UNKNOWN
      unknown
    • JAMF

      public static final ManagementAgentType JAMF
      jamf
    • GOOGLE_CLOUD_DEVICE_POLICY_CONTROLLER

      public static final ManagementAgentType GOOGLE_CLOUD_DEVICE_POLICY_CONTROLLER
      google Cloud Device Policy Controller
    • MICROSOFT365_MANAGED_MDM

      public static final ManagementAgentType MICROSOFT365_MANAGED_MDM
      microsoft365Managed Mdm
    • MS_SENSE

      public static final ManagementAgentType MS_SENSE
      ms Sense
    • UNEXPECTED_VALUE

      public static final ManagementAgentType UNEXPECTED_VALUE
      For ManagementAgentType values that were not expected from the service
  • Method Details

    • values

      public static ManagementAgentType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ManagementAgentType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null