Uses of Class
com.microsoft.graph.models.WindowsMalwareInformation
Packages that use WindowsMalwareInformation
-
Uses of WindowsMalwareInformation in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsMalwareInformationModifier and TypeMethodDescriptionstatic WindowsMalwareInformationWindowsMalwareInformation.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 WindowsMalwareInformationModifier and TypeMethodDescriptionWindowsMalwareInformationCollectionResponse.getValue()Gets the value property value.DeviceManagement.getWindowsMalwareInformation()Gets the windowsMalwareInformation property value.Method parameters in com.microsoft.graph.models with type arguments of type WindowsMalwareInformationModifier and TypeMethodDescriptionvoidWindowsMalwareInformationCollectionResponse.setValue(List<WindowsMalwareInformation> value) Sets the value property value.voidDeviceManagement.setWindowsMalwareInformation(List<WindowsMalwareInformation> value) Sets the windowsMalwareInformation property value.