Package odata.msgraph.client.complex
Class WindowsMalwareStateCount.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.WindowsMalwareStateCount.Builder
-
- Enclosing class:
- WindowsMalwareStateCount
public static final class WindowsMalwareStateCount.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsMalwareStateCountbuild()WindowsMalwareStateCount.BuilderdeviceCount(Integer deviceCount)“Count of devices with malware detections for this malware State”WindowsMalwareStateCount.BuilderdistinctMalwareCount(Integer distinctMalwareCount)“Count of distinct malwares for this malware State.WindowsMalwareStateCount.BuilderlastUpdateDateTime(OffsetDateTime lastUpdateDateTime)“The Timestamp of the last update for the device count in UTC”WindowsMalwareStateCount.BuildermalwareDetectionCount(Integer malwareDetectionCount)“Count of total malware detections for this malware State.WindowsMalwareStateCount.Builderstate(WindowsMalwareThreatState state)“Malware Threat State.
-
-
-
Method Detail
-
deviceCount
public WindowsMalwareStateCount.Builder deviceCount(Integer deviceCount)
“Count of devices with malware detections for this malware State”- Parameters:
deviceCount- value ofdeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
distinctMalwareCount
public WindowsMalwareStateCount.Builder distinctMalwareCount(Integer distinctMalwareCount)
“Count of distinct malwares for this malware State. Valid values -2147483648 to 2147483647”- Parameters:
distinctMalwareCount- value ofdistinctMalwareCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastUpdateDateTime
public WindowsMalwareStateCount.Builder lastUpdateDateTime(OffsetDateTime lastUpdateDateTime)
“The Timestamp of the last update for the device count in UTC”- Parameters:
lastUpdateDateTime- value oflastUpdateDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
malwareDetectionCount
public WindowsMalwareStateCount.Builder malwareDetectionCount(Integer malwareDetectionCount)
“Count of total malware detections for this malware State. Valid values - 2147483648 to 2147483647”- Parameters:
malwareDetectionCount- value ofmalwareDetectionCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
state
public WindowsMalwareStateCount.Builder state(WindowsMalwareThreatState state)
“Malware Threat State. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. Defaults to noStatusCleared. Computed.”- Parameters:
state- value ofstateproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsMalwareStateCount build()
-
-