Class DeviceProtectionOverview.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceProtectionOverview.Builder
-
- Enclosing class:
- DeviceProtectionOverview
public static final class DeviceProtectionOverview.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceProtectionOverviewbuild()DeviceProtectionOverview.BuildercleanDeviceCount(Integer cleanDeviceCount)“Clean device count.”DeviceProtectionOverview.BuildercriticalFailuresDeviceCount(Integer criticalFailuresDeviceCount)“Critical failures device count.”DeviceProtectionOverview.BuilderinactiveThreatAgentDeviceCount(Integer inactiveThreatAgentDeviceCount)“Device with inactive threat agent count”DeviceProtectionOverview.BuilderpendingFullScanDeviceCount(Integer pendingFullScanDeviceCount)“Pending full scan device count.”DeviceProtectionOverview.BuilderpendingManualStepsDeviceCount(Integer pendingManualStepsDeviceCount)“Pending manual steps device count.”DeviceProtectionOverview.BuilderpendingOfflineScanDeviceCount(Integer pendingOfflineScanDeviceCount)“Pending offline scan device count.”DeviceProtectionOverview.BuilderpendingQuickScanDeviceCount(Integer pendingQuickScanDeviceCount)“Pending quick scan device count.DeviceProtectionOverview.BuilderpendingRestartDeviceCount(Integer pendingRestartDeviceCount)“Pending restart device count.”DeviceProtectionOverview.BuilderpendingSignatureUpdateDeviceCount(Integer pendingSignatureUpdateDeviceCount)“Device with old signature count.”DeviceProtectionOverview.BuildertotalReportedDeviceCount(Integer totalReportedDeviceCount)“Total device count.”DeviceProtectionOverview.BuilderunknownStateThreatAgentDeviceCount(Integer unknownStateThreatAgentDeviceCount)“Device with threat agent state as unknown count.”
-
-
-
Method Detail
-
cleanDeviceCount
public DeviceProtectionOverview.Builder cleanDeviceCount(Integer cleanDeviceCount)
“Clean device count.”- Parameters:
cleanDeviceCount- value ofcleanDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
criticalFailuresDeviceCount
public DeviceProtectionOverview.Builder criticalFailuresDeviceCount(Integer criticalFailuresDeviceCount)
“Critical failures device count.”- Parameters:
criticalFailuresDeviceCount- value ofcriticalFailuresDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
inactiveThreatAgentDeviceCount
public DeviceProtectionOverview.Builder inactiveThreatAgentDeviceCount(Integer inactiveThreatAgentDeviceCount)
“Device with inactive threat agent count”- Parameters:
inactiveThreatAgentDeviceCount- value ofinactiveThreatAgentDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pendingFullScanDeviceCount
public DeviceProtectionOverview.Builder pendingFullScanDeviceCount(Integer pendingFullScanDeviceCount)
“Pending full scan device count.”- Parameters:
pendingFullScanDeviceCount- value ofpendingFullScanDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pendingManualStepsDeviceCount
public DeviceProtectionOverview.Builder pendingManualStepsDeviceCount(Integer pendingManualStepsDeviceCount)
“Pending manual steps device count.”- Parameters:
pendingManualStepsDeviceCount- value ofpendingManualStepsDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pendingOfflineScanDeviceCount
public DeviceProtectionOverview.Builder pendingOfflineScanDeviceCount(Integer pendingOfflineScanDeviceCount)
“Pending offline scan device count.”- Parameters:
pendingOfflineScanDeviceCount- value ofpendingOfflineScanDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pendingQuickScanDeviceCount
public DeviceProtectionOverview.Builder pendingQuickScanDeviceCount(Integer pendingQuickScanDeviceCount)
“Pending quick scan device count. Valid values -2147483648 to 2147483647”- Parameters:
pendingQuickScanDeviceCount- value ofpendingQuickScanDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pendingRestartDeviceCount
public DeviceProtectionOverview.Builder pendingRestartDeviceCount(Integer pendingRestartDeviceCount)
“Pending restart device count.”- Parameters:
pendingRestartDeviceCount- value ofpendingRestartDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pendingSignatureUpdateDeviceCount
public DeviceProtectionOverview.Builder pendingSignatureUpdateDeviceCount(Integer pendingSignatureUpdateDeviceCount)
“Device with old signature count.”- Parameters:
pendingSignatureUpdateDeviceCount- value ofpendingSignatureUpdateDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
totalReportedDeviceCount
public DeviceProtectionOverview.Builder totalReportedDeviceCount(Integer totalReportedDeviceCount)
“Total device count.”- Parameters:
totalReportedDeviceCount- value oftotalReportedDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
unknownStateThreatAgentDeviceCount
public DeviceProtectionOverview.Builder unknownStateThreatAgentDeviceCount(Integer unknownStateThreatAgentDeviceCount)
“Device with threat agent state as unknown count.”- Parameters:
unknownStateThreatAgentDeviceCount- value ofunknownStateThreatAgentDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceProtectionOverview build()
-
-