Uses of Enum
com.microsoft.graph.models.ManagementAgentType
Packages that use ManagementAgentType
-
Uses of ManagementAgentType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ManagementAgentTypeModifier and TypeMethodDescriptionstatic ManagementAgentTypeManagedDevice.getManagementAgent()Gets the managementAgent property value.static ManagementAgentTypeReturns the enum constant of this type with the specified name.static ManagementAgentType[]ManagementAgentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type ManagementAgentTypeModifier and TypeMethodDescriptionvoidManagedDevice.setManagementAgent(ManagementAgentType value) Sets the managementAgent property value.