Uses of Class
com.microsoft.graph.models.ManagedDevice
Packages that use ManagedDevice
-
Uses of ManagedDevice in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ManagedDeviceModifier and TypeMethodDescriptionstatic ManagedDeviceManagedDevice.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 ManagedDeviceModifier and TypeMethodDescriptionDetectedApp.getManagedDevices()Gets the managedDevices property value.DeviceManagement.getManagedDevices()Gets the managedDevices property value.User.getManagedDevices()Gets the managedDevices property value.ManagedDeviceCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ManagedDeviceModifier and TypeMethodDescriptionvoidDetectedApp.setManagedDevices(List<ManagedDevice> value) Sets the managedDevices property value.voidDeviceManagement.setManagedDevices(List<ManagedDevice> value) Sets the managedDevices property value.voidUser.setManagedDevices(List<ManagedDevice> value) Sets the managedDevices property value.voidManagedDeviceCollectionResponse.setValue(List<ManagedDevice> value) Sets the value property value.