public static final class WindowsProtectionState.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
WindowsProtectionState.Builder |
antiMalwareVersion(String antiMalwareVersion)
“Current anti malware version”
|
WindowsProtectionState |
build() |
WindowsProtectionState.Builder |
deviceState(WindowsDeviceHealthState deviceState)
“Computer's state (like clean or pending full scan or pending reboot etc)”
|
WindowsProtectionState.Builder |
engineVersion(String engineVersion)
“Current endpoint protection engine's version”
|
WindowsProtectionState.Builder |
fullScanOverdue(Boolean fullScanOverdue)
“Full scan overdue or not?”
|
WindowsProtectionState.Builder |
fullScanRequired(Boolean fullScanRequired)
“Full scan required or not?”
|
WindowsProtectionState.Builder |
id(String id) |
WindowsProtectionState.Builder |
lastFullScanDateTime(OffsetDateTime lastFullScanDateTime)
“Last quick scan datetime”
|
WindowsProtectionState.Builder |
lastFullScanSignatureVersion(String lastFullScanSignatureVersion)
“Last full scan signature version”
|
WindowsProtectionState.Builder |
lastQuickScanDateTime(OffsetDateTime lastQuickScanDateTime)
“Last quick scan datetime”
|
WindowsProtectionState.Builder |
lastQuickScanSignatureVersion(String lastQuickScanSignatureVersion)
“Last quick scan signature version”
|
WindowsProtectionState.Builder |
lastReportedDateTime(OffsetDateTime lastReportedDateTime)
“Last device health status reported time”
|
WindowsProtectionState.Builder |
malwareProtectionEnabled(Boolean malwareProtectionEnabled)
“Anti malware is enabled or not”
|
WindowsProtectionState.Builder |
networkInspectionSystemEnabled(Boolean networkInspectionSystemEnabled)
“Network inspection system enabled or not?”
|
WindowsProtectionState.Builder |
quickScanOverdue(Boolean quickScanOverdue)
“Quick scan overdue or not?”
|
WindowsProtectionState.Builder |
realTimeProtectionEnabled(Boolean realTimeProtectionEnabled)
“Real time protection is enabled or not?”
|
WindowsProtectionState.Builder |
rebootRequired(Boolean rebootRequired)
“Reboot required or not?”
|
WindowsProtectionState.Builder |
signatureUpdateOverdue(Boolean signatureUpdateOverdue)
“Signature out of date or not?”
|
WindowsProtectionState.Builder |
signatureVersion(String signatureVersion)
“Current malware definitions version”
|
public WindowsProtectionState.Builder id(String id)
public WindowsProtectionState.Builder malwareProtectionEnabled(Boolean malwareProtectionEnabled)
malwareProtectionEnabled - value of malwareProtectionEnabled property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder deviceState(WindowsDeviceHealthState deviceState)
deviceState - value of deviceState property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder realTimeProtectionEnabled(Boolean realTimeProtectionEnabled)
realTimeProtectionEnabled - value of realTimeProtectionEnabled property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder networkInspectionSystemEnabled(Boolean networkInspectionSystemEnabled)
networkInspectionSystemEnabled - value of networkInspectionSystemEnabled property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder quickScanOverdue(Boolean quickScanOverdue)
quickScanOverdue - value of quickScanOverdue property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder fullScanOverdue(Boolean fullScanOverdue)
fullScanOverdue - value of fullScanOverdue property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder signatureUpdateOverdue(Boolean signatureUpdateOverdue)
signatureUpdateOverdue - value of signatureUpdateOverdue property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder rebootRequired(Boolean rebootRequired)
rebootRequired - value of rebootRequired property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder fullScanRequired(Boolean fullScanRequired)
fullScanRequired - value of fullScanRequired property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder engineVersion(String engineVersion)
engineVersion - value of engineVersion property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder signatureVersion(String signatureVersion)
signatureVersion - value of signatureVersion property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder antiMalwareVersion(String antiMalwareVersion)
antiMalwareVersion - value of antiMalwareVersion property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder lastQuickScanDateTime(OffsetDateTime lastQuickScanDateTime)
lastQuickScanDateTime - value of lastQuickScanDateTime property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder lastFullScanDateTime(OffsetDateTime lastFullScanDateTime)
lastFullScanDateTime - value of lastFullScanDateTime property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder lastQuickScanSignatureVersion(String lastQuickScanSignatureVersion)
lastQuickScanSignatureVersion - value of lastQuickScanSignatureVersion property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder lastFullScanSignatureVersion(String lastFullScanSignatureVersion)
lastFullScanSignatureVersion - value of lastFullScanSignatureVersion property (as defined in service metadata)this (for method chaining)public WindowsProtectionState.Builder lastReportedDateTime(OffsetDateTime lastReportedDateTime)
lastReportedDateTime - value of lastReportedDateTime property (as defined in service metadata)this (for method chaining)public WindowsProtectionState build()
Copyright © 2018–2020. All rights reserved.