| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
DeviceProtectionOverview |
DeviceProtectionOverview.Builder.build() |
DeviceProtectionOverview |
DeviceProtectionOverview.withCleanDeviceCount(Integer cleanDeviceCount)
Returns an immutable copy of
this with just the cleanDeviceCount
field changed. |
DeviceProtectionOverview |
DeviceProtectionOverview.withCriticalFailuresDeviceCount(Integer criticalFailuresDeviceCount)
Returns an immutable copy of
this with just the criticalFailuresDeviceCount field changed. |
DeviceProtectionOverview |
DeviceProtectionOverview.withInactiveThreatAgentDeviceCount(Integer inactiveThreatAgentDeviceCount)
Returns an immutable copy of
this with just the inactiveThreatAgentDeviceCount field changed. |
DeviceProtectionOverview |
DeviceProtectionOverview.withPendingFullScanDeviceCount(Integer pendingFullScanDeviceCount)
Returns an immutable copy of
this with just the pendingFullScanDeviceCount field changed. |
DeviceProtectionOverview |
DeviceProtectionOverview.withPendingManualStepsDeviceCount(Integer pendingManualStepsDeviceCount)
Returns an immutable copy of
this with just the pendingManualStepsDeviceCount field changed. |
DeviceProtectionOverview |
DeviceProtectionOverview.withPendingOfflineScanDeviceCount(Integer pendingOfflineScanDeviceCount)
Returns an immutable copy of
this with just the pendingOfflineScanDeviceCount field changed. |
DeviceProtectionOverview |
DeviceProtectionOverview.withPendingRestartDeviceCount(Integer pendingRestartDeviceCount)
Returns an immutable copy of
this with just the pendingRestartDeviceCount field changed. |
DeviceProtectionOverview |
DeviceProtectionOverview.withPendingSignatureUpdateDeviceCount(Integer pendingSignatureUpdateDeviceCount)
Returns an immutable copy of
this with just the pendingSignatureUpdateDeviceCount field changed. |
DeviceProtectionOverview |
DeviceProtectionOverview.withTotalReportedDeviceCount(Integer totalReportedDeviceCount)
Returns an immutable copy of
this with just the totalReportedDeviceCount field changed. |
DeviceProtectionOverview |
DeviceProtectionOverview.withUnknownStateThreatAgentDeviceCount(Integer unknownStateThreatAgentDeviceCount)
Returns an immutable copy of
this with just the unknownStateThreatAgentDeviceCount field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceProtectionOverview |
DeviceManagement.deviceProtectionOverview |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceProtectionOverview> |
DeviceManagement.getDeviceProtectionOverview()
“Device protection overview.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagement.Builder |
DeviceManagement.Builder.deviceProtectionOverview(DeviceProtectionOverview deviceProtectionOverview)
“Device protection overview.”
|
DeviceManagement |
DeviceManagement.withDeviceProtectionOverview(DeviceProtectionOverview deviceProtectionOverview)
Returns an immutable copy of
this with just the deviceProtectionOverview field changed. |
Copyright © 2018–2020. All rights reserved.