Class DeviceHealthScriptRemediationHistoryData.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceHealthScriptRemediationHistoryData.Builder
-
- Enclosing class:
- DeviceHealthScriptRemediationHistoryData
public static final class DeviceHealthScriptRemediationHistoryData.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceHealthScriptRemediationHistoryDatabuild()DeviceHealthScriptRemediationHistoryData.Builderdate(LocalDate date)“The date on which devices were remediated by the device health script.”DeviceHealthScriptRemediationHistoryData.BuildernoIssueDeviceCount(Integer noIssueDeviceCount)“The number of devices that were found to have no issue by the device health script.”DeviceHealthScriptRemediationHistoryData.BuilderremediatedDeviceCount(Integer remediatedDeviceCount)“The number of devices remediated by the device health script.”
-
-
-
Method Detail
-
date
public DeviceHealthScriptRemediationHistoryData.Builder date(LocalDate date)
“The date on which devices were remediated by the device health script.”- Parameters:
date- value ofdateproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
noIssueDeviceCount
public DeviceHealthScriptRemediationHistoryData.Builder noIssueDeviceCount(Integer noIssueDeviceCount)
“The number of devices that were found to have no issue by the device health script.”- Parameters:
noIssueDeviceCount- value ofnoIssueDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
remediatedDeviceCount
public DeviceHealthScriptRemediationHistoryData.Builder remediatedDeviceCount(Integer remediatedDeviceCount)
“The number of devices remediated by the device health script.”- Parameters:
remediatedDeviceCount- value ofremediatedDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceHealthScriptRemediationHistoryData build()
-
-