Package odata.msgraph.client.complex
Class WindowsMalwareExecutionStateCount.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.WindowsMalwareExecutionStateCount.Builder
-
- Enclosing class:
- WindowsMalwareExecutionStateCount
public static final class WindowsMalwareExecutionStateCount.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsMalwareExecutionStateCountbuild()WindowsMalwareExecutionStateCount.BuilderdeviceCount(Integer deviceCount)“Count of devices with malware detections for this malware execution state”WindowsMalwareExecutionStateCount.BuilderexecutionState(WindowsMalwareExecutionState executionState)“Malware execution state.WindowsMalwareExecutionStateCount.BuilderlastUpdateDateTime(OffsetDateTime lastUpdateDateTime)“The Timestamp of the last update for the device count in UTC”
-
-
-
Method Detail
-
deviceCount
public WindowsMalwareExecutionStateCount.Builder deviceCount(Integer deviceCount)
“Count of devices with malware detections for this malware execution state”- Parameters:
deviceCount- value ofdeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
executionState
public WindowsMalwareExecutionStateCount.Builder executionState(WindowsMalwareExecutionState executionState)
“Malware execution state. Possible values are: unknown, blocked, allowed, running , notRunning. Defaults to unkonwn. Computed.”- Parameters:
executionState- value ofexecutionStateproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastUpdateDateTime
public WindowsMalwareExecutionStateCount.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)
-
build
public WindowsMalwareExecutionStateCount build()
-
-