WindowsProtectionState.Builder |
WindowsProtectionState.Builder.antiMalwareVersion(String antiMalwareVersion) |
“Current anti malware version”
|
static WindowsProtectionState.Builder |
WindowsProtectionState.builderWindowsProtectionState() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.deviceState(WindowsDeviceHealthState deviceState) |
“Computer's state (like clean or pending full scan or pending reboot etc)”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.engineVersion(String engineVersion) |
“Current endpoint protection engine's version”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.fullScanOverdue(Boolean fullScanOverdue) |
“Full scan overdue or not?”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.fullScanRequired(Boolean fullScanRequired) |
“Full scan required or not?”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.id(String id) |
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.isVirtualMachine(Boolean isVirtualMachine) |
“Indicates whether the device is a virtual machine.”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.lastFullScanDateTime(OffsetDateTime lastFullScanDateTime) |
“Last quick scan datetime”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.lastFullScanSignatureVersion(String lastFullScanSignatureVersion) |
“Last full scan signature version”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.lastQuickScanDateTime(OffsetDateTime lastQuickScanDateTime) |
“Last quick scan datetime”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.lastQuickScanSignatureVersion(String lastQuickScanSignatureVersion) |
“Last quick scan signature version”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.lastReportedDateTime(OffsetDateTime lastReportedDateTime) |
“Last device health status reported time”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.malwareProtectionEnabled(Boolean malwareProtectionEnabled) |
“Anti malware is enabled or not”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.networkInspectionSystemEnabled(Boolean networkInspectionSystemEnabled) |
“Network inspection system enabled or not?”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.productStatus(WindowsDefenderProductStatus productStatus) |
“Product Status of Windows Defender Antivirus”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.quickScanOverdue(Boolean quickScanOverdue) |
“Quick scan overdue or not?”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.realTimeProtectionEnabled(Boolean realTimeProtectionEnabled) |
“Real time protection is enabled or not?”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.rebootRequired(Boolean rebootRequired) |
“Reboot required or not?”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.signatureUpdateOverdue(Boolean signatureUpdateOverdue) |
“Signature out of date or not?”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.signatureVersion(String signatureVersion) |
“Current malware definitions version”
|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.tamperProtectionEnabled(Boolean tamperProtectionEnabled) |
“Indicates whether the Windows Defender tamper protection feature is enabled.”
|