Package odata.msgraph.client.beta.entity
Class MalwareStateForWindowsDevice.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.MalwareStateForWindowsDevice.Builder
-
- Enclosing class:
- MalwareStateForWindowsDevice
public static final class MalwareStateForWindowsDevice.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MalwareStateForWindowsDevicebuild()MalwareStateForWindowsDevice.BuilderdetectionCount(Integer detectionCount)“Number of times the malware is detected”MalwareStateForWindowsDevice.BuilderdeviceName(String deviceName)“Device name”MalwareStateForWindowsDevice.BuilderexecutionState(WindowsMalwareExecutionState executionState)“Execution status of the malware like blocked/executing etc”MalwareStateForWindowsDevice.Builderid(String id)MalwareStateForWindowsDevice.BuilderinitialDetectionDateTime(OffsetDateTime initialDetectionDateTime)“Initial detection datetime of the malware”MalwareStateForWindowsDevice.BuilderlastStateChangeDateTime(OffsetDateTime lastStateChangeDateTime)“The last time this particular threat was changed”MalwareStateForWindowsDevice.BuilderthreatState(WindowsMalwareThreatState threatState)“Threat status of the malware like cleaned/quarantined/allowed etc”
-
-
-
Method Detail
-
id
public MalwareStateForWindowsDevice.Builder id(String id)
-
detectionCount
public MalwareStateForWindowsDevice.Builder detectionCount(Integer detectionCount)
“Number of times the malware is detected”- Parameters:
detectionCount- value ofdetectionCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceName
public MalwareStateForWindowsDevice.Builder deviceName(String deviceName)
“Device name”- Parameters:
deviceName- value ofdeviceNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
executionState
public MalwareStateForWindowsDevice.Builder executionState(WindowsMalwareExecutionState executionState)
“Execution status of the malware like blocked/executing etc”- Parameters:
executionState- value ofexecutionStateproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
initialDetectionDateTime
public MalwareStateForWindowsDevice.Builder initialDetectionDateTime(OffsetDateTime initialDetectionDateTime)
“Initial detection datetime of the malware”- Parameters:
initialDetectionDateTime- value ofinitialDetectionDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastStateChangeDateTime
public MalwareStateForWindowsDevice.Builder lastStateChangeDateTime(OffsetDateTime lastStateChangeDateTime)
“The last time this particular threat was changed”- Parameters:
lastStateChangeDateTime- value oflastStateChangeDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
threatState
public MalwareStateForWindowsDevice.Builder threatState(WindowsMalwareThreatState threatState)
“Threat status of the malware like cleaned/quarantined/allowed etc”- Parameters:
threatState- value ofthreatStateproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MalwareStateForWindowsDevice build()
-
-