Uses of Class
odata.msgraph.client.entity.WindowsInformationProtectionAppLockerFile.Builder
-
Packages that use WindowsInformationProtectionAppLockerFile.Builder Package Description odata.msgraph.client.entity -
-
Uses of WindowsInformationProtectionAppLockerFile.Builder in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return WindowsInformationProtectionAppLockerFile.Builder Modifier and Type Method Description static WindowsInformationProtectionAppLockerFile.BuilderWindowsInformationProtectionAppLockerFile. builderWindowsInformationProtectionAppLockerFile()Returns a builder which is used to create a new instance of this class (given that this class is immutable).WindowsInformationProtectionAppLockerFile.BuilderWindowsInformationProtectionAppLockerFile.Builder. displayName(String displayName)“The friendly name”WindowsInformationProtectionAppLockerFile.BuilderWindowsInformationProtectionAppLockerFile.Builder. file(byte[] file)“File as a byte array”WindowsInformationProtectionAppLockerFile.BuilderWindowsInformationProtectionAppLockerFile.Builder. fileHash(String fileHash)“SHA256 hash of the file”WindowsInformationProtectionAppLockerFile.BuilderWindowsInformationProtectionAppLockerFile.Builder. id(String id)WindowsInformationProtectionAppLockerFile.BuilderWindowsInformationProtectionAppLockerFile.Builder. version(String version)“Version of the entity.”
-