Uses of Class
com.microsoft.graph.models.DetectedApp
Packages that use DetectedApp
-
Uses of DetectedApp in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DetectedAppModifier and TypeMethodDescriptionstatic DetectedAppDetectedApp.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 DetectedAppModifier and TypeMethodDescriptionDeviceManagement.getDetectedApps()Gets the detectedApps property value.DetectedAppCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type DetectedAppModifier and TypeMethodDescriptionvoidDeviceManagement.setDetectedApps(List<DetectedApp> value) Sets the detectedApps property value.voidDetectedAppCollectionResponse.setValue(List<DetectedApp> value) Sets the value property value.