Package odata.msgraph.client.beta.entity
Class DeviceComplianceDeviceOverview.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.DeviceComplianceDeviceOverview.Builder
-
- Enclosing class:
- DeviceComplianceDeviceOverview
public static final class DeviceComplianceDeviceOverview.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public DeviceComplianceDeviceOverview.Builder id(String id)
-
configurationVersion
public DeviceComplianceDeviceOverview.Builder configurationVersion(Integer configurationVersion)
“Version of the policy for that overview”- Parameters:
configurationVersion- value ofconfigurationVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
conflictCount
public DeviceComplianceDeviceOverview.Builder conflictCount(Integer conflictCount)
“Number of devices in conflict”- Parameters:
conflictCount- value ofconflictCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
errorCount
public DeviceComplianceDeviceOverview.Builder errorCount(Integer errorCount)
“Number of error devices”- Parameters:
errorCount- value oferrorCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
failedCount
public DeviceComplianceDeviceOverview.Builder failedCount(Integer failedCount)
“Number of failed devices”- Parameters:
failedCount- value offailedCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastUpdateDateTime
public DeviceComplianceDeviceOverview.Builder lastUpdateDateTime(OffsetDateTime lastUpdateDateTime)
“Last update time”- Parameters:
lastUpdateDateTime- value oflastUpdateDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notApplicableCount
public DeviceComplianceDeviceOverview.Builder notApplicableCount(Integer notApplicableCount)
“Number of not applicable devices”- Parameters:
notApplicableCount- value ofnotApplicableCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notApplicablePlatformCount
public DeviceComplianceDeviceOverview.Builder notApplicablePlatformCount(Integer notApplicablePlatformCount)
“Number of not applicable devices due to mismatch platform and policy”- Parameters:
notApplicablePlatformCount- value ofnotApplicablePlatformCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pendingCount
public DeviceComplianceDeviceOverview.Builder pendingCount(Integer pendingCount)
“Number of pending devices”- Parameters:
pendingCount- value ofpendingCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
successCount
public DeviceComplianceDeviceOverview.Builder successCount(Integer successCount)
“Number of succeeded devices”- Parameters:
successCount- value ofsuccessCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceComplianceDeviceOverview build()
-
-