Uses of Class
odata.msgraph.client.entity.WindowsInformationProtectionAppLockerFile
-
Packages that use WindowsInformationProtectionAppLockerFile Package Description odata.msgraph.client.entity -
-
Uses of WindowsInformationProtectionAppLockerFile in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type WindowsInformationProtectionAppLockerFile Modifier and Type Field Description protected List<WindowsInformationProtectionAppLockerFile>WindowsInformationProtection. exemptAppLockerFilesprotected List<WindowsInformationProtectionAppLockerFile>WindowsInformationProtection. protectedAppLockerFilesMethods in odata.msgraph.client.entity that return WindowsInformationProtectionAppLockerFile Modifier and Type Method Description WindowsInformationProtectionAppLockerFileWindowsInformationProtectionAppLockerFile.Builder. build()WindowsInformationProtectionAppLockerFileWindowsInformationProtectionAppLockerFile. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WindowsInformationProtectionAppLockerFileWindowsInformationProtectionAppLockerFile. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WindowsInformationProtectionAppLockerFileWindowsInformationProtectionAppLockerFile. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.WindowsInformationProtectionAppLockerFileWindowsInformationProtectionAppLockerFile. withFile(byte[] file)Returns an immutable copy ofthiswith just thefilefield changed.WindowsInformationProtectionAppLockerFileWindowsInformationProtectionAppLockerFile. withFileHash(String fileHash)Returns an immutable copy ofthiswith just thefileHashfield changed.WindowsInformationProtectionAppLockerFileWindowsInformationProtectionAppLockerFile. withUnmappedField(String name, Object value)WindowsInformationProtectionAppLockerFileWindowsInformationProtectionAppLockerFile. withVersion(String version)Returns an immutable copy ofthiswith just theversionfield changed.Methods in odata.msgraph.client.entity with parameters of type WindowsInformationProtectionAppLockerFile Modifier and Type Method Description MdmWindowsInformationProtectionPolicy.BuilderMdmWindowsInformationProtectionPolicy.Builder. exemptAppLockerFiles(WindowsInformationProtectionAppLockerFile... exemptAppLockerFiles)WindowsInformationProtectionPolicy.BuilderWindowsInformationProtectionPolicy.Builder. exemptAppLockerFiles(WindowsInformationProtectionAppLockerFile... exemptAppLockerFiles)MdmWindowsInformationProtectionPolicy.BuilderMdmWindowsInformationProtectionPolicy.Builder. protectedAppLockerFiles(WindowsInformationProtectionAppLockerFile... protectedAppLockerFiles)WindowsInformationProtectionPolicy.BuilderWindowsInformationProtectionPolicy.Builder. protectedAppLockerFiles(WindowsInformationProtectionAppLockerFile... protectedAppLockerFiles)
-