Class WindowsProtectionState.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.managed.tenants.entity.WindowsProtectionState.Builder
-
- Enclosing class:
- WindowsProtectionState
public static final class WindowsProtectionState.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public WindowsProtectionState.Builder id(String id)
-
antiMalwareVersion
public WindowsProtectionState.Builder antiMalwareVersion(String antiMalwareVersion)
-
attentionRequired
public WindowsProtectionState.Builder attentionRequired(Boolean attentionRequired)
-
deviceDeleted
public WindowsProtectionState.Builder deviceDeleted(Boolean deviceDeleted)
-
devicePropertyRefreshDateTime
public WindowsProtectionState.Builder devicePropertyRefreshDateTime(OffsetDateTime devicePropertyRefreshDateTime)
-
engineVersion
public WindowsProtectionState.Builder engineVersion(String engineVersion)
-
fullScanOverdue
public WindowsProtectionState.Builder fullScanOverdue(Boolean fullScanOverdue)
-
fullScanRequired
public WindowsProtectionState.Builder fullScanRequired(Boolean fullScanRequired)
-
lastFullScanDateTime
public WindowsProtectionState.Builder lastFullScanDateTime(OffsetDateTime lastFullScanDateTime)
-
lastFullScanSignatureVersion
public WindowsProtectionState.Builder lastFullScanSignatureVersion(String lastFullScanSignatureVersion)
-
lastQuickScanDateTime
public WindowsProtectionState.Builder lastQuickScanDateTime(OffsetDateTime lastQuickScanDateTime)
-
lastQuickScanSignatureVersion
public WindowsProtectionState.Builder lastQuickScanSignatureVersion(String lastQuickScanSignatureVersion)
-
lastRefreshedDateTime
public WindowsProtectionState.Builder lastRefreshedDateTime(OffsetDateTime lastRefreshedDateTime)
-
lastReportedDateTime
public WindowsProtectionState.Builder lastReportedDateTime(OffsetDateTime lastReportedDateTime)
-
malwareProtectionEnabled
public WindowsProtectionState.Builder malwareProtectionEnabled(Boolean malwareProtectionEnabled)
-
managedDeviceHealthState
public WindowsProtectionState.Builder managedDeviceHealthState(String managedDeviceHealthState)
-
managedDeviceId
public WindowsProtectionState.Builder managedDeviceId(String managedDeviceId)
-
managedDeviceName
public WindowsProtectionState.Builder managedDeviceName(String managedDeviceName)
-
networkInspectionSystemEnabled
public WindowsProtectionState.Builder networkInspectionSystemEnabled(Boolean networkInspectionSystemEnabled)
-
quickScanOverdue
public WindowsProtectionState.Builder quickScanOverdue(Boolean quickScanOverdue)
-
realTimeProtectionEnabled
public WindowsProtectionState.Builder realTimeProtectionEnabled(Boolean realTimeProtectionEnabled)
-
rebootRequired
public WindowsProtectionState.Builder rebootRequired(Boolean rebootRequired)
-
signatureUpdateOverdue
public WindowsProtectionState.Builder signatureUpdateOverdue(Boolean signatureUpdateOverdue)
-
signatureVersion
public WindowsProtectionState.Builder signatureVersion(String signatureVersion)
-
tenantDisplayName
public WindowsProtectionState.Builder tenantDisplayName(String tenantDisplayName)
-
tenantId
public WindowsProtectionState.Builder tenantId(String tenantId)
-
build
public WindowsProtectionState build()
-
-