Package odata.msgraph.client.complex
Class DeviceProtectionOverview.Builder
- java.lang.Object
-
- odata.msgraph.client.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)“Indicates number of devices reporting as clean”DeviceProtectionOverview.BuildercriticalFailuresDeviceCount(Integer criticalFailuresDeviceCount)“Indicates number of devices with critical failures”DeviceProtectionOverview.BuilderinactiveThreatAgentDeviceCount(Integer inactiveThreatAgentDeviceCount)“Indicates number of devices with inactive threat agent”DeviceProtectionOverview.BuilderpendingFullScanDeviceCount(Integer pendingFullScanDeviceCount)“Indicates number of devices pending full scan”DeviceProtectionOverview.BuilderpendingManualStepsDeviceCount(Integer pendingManualStepsDeviceCount)“Indicates number of devices with pending manual steps”DeviceProtectionOverview.BuilderpendingOfflineScanDeviceCount(Integer pendingOfflineScanDeviceCount)“Indicates number of pending offline scan devices”DeviceProtectionOverview.BuilderpendingQuickScanDeviceCount(Integer pendingQuickScanDeviceCount)“Indicates the number of devices that have a pending full scan.DeviceProtectionOverview.BuilderpendingRestartDeviceCount(Integer pendingRestartDeviceCount)“Indicates number of devices pending restart”DeviceProtectionOverview.BuilderpendingSignatureUpdateDeviceCount(Integer pendingSignatureUpdateDeviceCount)“Indicates number of devices with an old signature”DeviceProtectionOverview.BuildertotalReportedDeviceCount(Integer totalReportedDeviceCount)“Total device count.”DeviceProtectionOverview.BuilderunknownStateThreatAgentDeviceCount(Integer unknownStateThreatAgentDeviceCount)“Indicates number of devices with threat agent state as unknown”
-
-
-
Method Detail
-
cleanDeviceCount
public DeviceProtectionOverview.Builder cleanDeviceCount(Integer cleanDeviceCount)
“Indicates number of devices reporting as clean”- Parameters:
cleanDeviceCount- value ofcleanDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
criticalFailuresDeviceCount
public DeviceProtectionOverview.Builder criticalFailuresDeviceCount(Integer criticalFailuresDeviceCount)
“Indicates number of devices with critical failures”- Parameters:
criticalFailuresDeviceCount- value ofcriticalFailuresDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
inactiveThreatAgentDeviceCount
public DeviceProtectionOverview.Builder inactiveThreatAgentDeviceCount(Integer inactiveThreatAgentDeviceCount)
“Indicates number of devices with inactive threat agent”- Parameters:
inactiveThreatAgentDeviceCount- value ofinactiveThreatAgentDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pendingFullScanDeviceCount
public DeviceProtectionOverview.Builder pendingFullScanDeviceCount(Integer pendingFullScanDeviceCount)
“Indicates number of devices pending full scan”- Parameters:
pendingFullScanDeviceCount- value ofpendingFullScanDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pendingManualStepsDeviceCount
public DeviceProtectionOverview.Builder pendingManualStepsDeviceCount(Integer pendingManualStepsDeviceCount)
“Indicates number of devices with pending manual steps”- Parameters:
pendingManualStepsDeviceCount- value ofpendingManualStepsDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pendingOfflineScanDeviceCount
public DeviceProtectionOverview.Builder pendingOfflineScanDeviceCount(Integer pendingOfflineScanDeviceCount)
“Indicates number of pending offline scan devices”- Parameters:
pendingOfflineScanDeviceCount- value ofpendingOfflineScanDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pendingQuickScanDeviceCount
public DeviceProtectionOverview.Builder pendingQuickScanDeviceCount(Integer pendingQuickScanDeviceCount)
“Indicates the number of devices that have a pending full scan. 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)
“Indicates number of devices pending restart”- Parameters:
pendingRestartDeviceCount- value ofpendingRestartDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pendingSignatureUpdateDeviceCount
public DeviceProtectionOverview.Builder pendingSignatureUpdateDeviceCount(Integer pendingSignatureUpdateDeviceCount)
“Indicates number of devices with an old signature”- 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)
“Indicates number of devices with threat agent state as unknown”- Parameters:
unknownStateThreatAgentDeviceCount- value ofunknownStateThreatAgentDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceProtectionOverview build()
-
-