Uses of Class
com.microsoft.graph.models.DeviceManagementTroubleshootingEvent
Packages that use DeviceManagementTroubleshootingEvent
-
Uses of DeviceManagementTroubleshootingEvent in com.microsoft.graph.models
Subclasses of DeviceManagementTroubleshootingEvent in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassEvent representing an enrollment failure.Methods in com.microsoft.graph.models that return DeviceManagementTroubleshootingEventModifier and TypeMethodDescriptionDeviceManagementTroubleshootingEvent.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type DeviceManagementTroubleshootingEventModifier and TypeMethodDescriptionGets the deviceManagementTroubleshootingEvents property value.DeviceManagement.getTroubleshootingEvents()Gets the troubleshootingEvents property value.DeviceManagementTroubleshootingEventCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type DeviceManagementTroubleshootingEventModifier and TypeMethodDescriptionvoidSets the deviceManagementTroubleshootingEvents property value.voidDeviceManagement.setTroubleshootingEvents(List<DeviceManagementTroubleshootingEvent> value) Sets the troubleshootingEvents property value.voidDeviceManagementTroubleshootingEventCollectionResponse.setValue(List<DeviceManagementTroubleshootingEvent> value) Sets the value property value.