WindowsProtectionState |
WindowsProtectionState.Builder.build() |
|
WindowsProtectionState |
WindowsProtectionState.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
WindowsProtectionState |
WindowsProtectionState.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
WindowsProtectionState |
WindowsProtectionState.withAntiMalwareVersion(String antiMalwareVersion) |
Returns an immutable copy of this with just the
antiMalwareVersion field changed.
|
WindowsProtectionState |
WindowsProtectionState.withDetectedMalwareState(List<WindowsDeviceMalwareState> detectedMalwareState) |
Returns an immutable copy of this with just the
detectedMalwareState field changed.
|
WindowsProtectionState |
WindowsProtectionState.withDeviceState(WindowsDeviceHealthState deviceState) |
Returns an immutable copy of this with just the deviceState
field changed.
|
WindowsProtectionState |
WindowsProtectionState.withEngineVersion(String engineVersion) |
Returns an immutable copy of this with just the engineVersion
field changed.
|
WindowsProtectionState |
WindowsProtectionState.withFullScanOverdue(Boolean fullScanOverdue) |
Returns an immutable copy of this with just the fullScanOverdue
field changed.
|
WindowsProtectionState |
WindowsProtectionState.withFullScanRequired(Boolean fullScanRequired) |
Returns an immutable copy of this with just the fullScanRequired
field changed.
|
WindowsProtectionState |
WindowsProtectionState.withIsVirtualMachine(Boolean isVirtualMachine) |
Returns an immutable copy of this with just the isVirtualMachine
field changed.
|
WindowsProtectionState |
WindowsProtectionState.withLastFullScanDateTime(OffsetDateTime lastFullScanDateTime) |
Returns an immutable copy of this with just the
lastFullScanDateTime field changed.
|
WindowsProtectionState |
WindowsProtectionState.withLastFullScanSignatureVersion(String lastFullScanSignatureVersion) |
Returns an immutable copy of this with just the
lastFullScanSignatureVersion field changed.
|
WindowsProtectionState |
WindowsProtectionState.withLastQuickScanDateTime(OffsetDateTime lastQuickScanDateTime) |
Returns an immutable copy of this with just the
lastQuickScanDateTime field changed.
|
WindowsProtectionState |
WindowsProtectionState.withLastQuickScanSignatureVersion(String lastQuickScanSignatureVersion) |
Returns an immutable copy of this with just the
lastQuickScanSignatureVersion field changed.
|
WindowsProtectionState |
WindowsProtectionState.withLastReportedDateTime(OffsetDateTime lastReportedDateTime) |
Returns an immutable copy of this with just the
lastReportedDateTime field changed.
|
WindowsProtectionState |
WindowsProtectionState.withMalwareProtectionEnabled(Boolean malwareProtectionEnabled) |
Returns an immutable copy of this with just the
malwareProtectionEnabled field changed.
|
WindowsProtectionState |
WindowsProtectionState.withNetworkInspectionSystemEnabled(Boolean networkInspectionSystemEnabled) |
Returns an immutable copy of this with just the
networkInspectionSystemEnabled field changed.
|
WindowsProtectionState |
WindowsProtectionState.withProductStatus(WindowsDefenderProductStatus productStatus) |
Returns an immutable copy of this with just the productStatus
field changed.
|
WindowsProtectionState |
WindowsProtectionState.withQuickScanOverdue(Boolean quickScanOverdue) |
Returns an immutable copy of this with just the quickScanOverdue
field changed.
|
WindowsProtectionState |
WindowsProtectionState.withRealTimeProtectionEnabled(Boolean realTimeProtectionEnabled) |
Returns an immutable copy of this with just the
realTimeProtectionEnabled field changed.
|
WindowsProtectionState |
WindowsProtectionState.withRebootRequired(Boolean rebootRequired) |
Returns an immutable copy of this with just the rebootRequired
field changed.
|
WindowsProtectionState |
WindowsProtectionState.withSignatureUpdateOverdue(Boolean signatureUpdateOverdue) |
Returns an immutable copy of this with just the
signatureUpdateOverdue field changed.
|
WindowsProtectionState |
WindowsProtectionState.withSignatureVersion(String signatureVersion) |
Returns an immutable copy of this with just the signatureVersion
field changed.
|
WindowsProtectionState |
WindowsProtectionState.withTamperProtectionEnabled(Boolean tamperProtectionEnabled) |
Returns an immutable copy of this with just the
tamperProtectionEnabled field changed.
|
WindowsProtectionState |
WindowsProtectionState.withUnmappedField(String name,
Object value) |
|