Uses of Class
com.microsoft.graph.models.WindowsInformationProtectionAppLockerFile
Packages that use WindowsInformationProtectionAppLockerFile
-
Uses of WindowsInformationProtectionAppLockerFile in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsInformationProtectionAppLockerFileModifier and TypeMethodDescriptionWindowsInformationProtectionAppLockerFile.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 WindowsInformationProtectionAppLockerFileModifier and TypeMethodDescriptionWindowsInformationProtection.getExemptAppLockerFiles()Gets the exemptAppLockerFiles property value.WindowsInformationProtection.getProtectedAppLockerFiles()Gets the protectedAppLockerFiles property value.WindowsInformationProtectionAppLockerFileCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type WindowsInformationProtectionAppLockerFileModifier and TypeMethodDescriptionvoidWindowsInformationProtection.setExemptAppLockerFiles(List<WindowsInformationProtectionAppLockerFile> value) Sets the exemptAppLockerFiles property value.voidWindowsInformationProtection.setProtectedAppLockerFiles(List<WindowsInformationProtectionAppLockerFile> value) Sets the protectedAppLockerFiles property value.voidWindowsInformationProtectionAppLockerFileCollectionResponse.setValue(List<WindowsInformationProtectionAppLockerFile> value) Sets the value property value.