Class ConfigManagerPolicySummary.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ConfigManagerPolicySummary.Builder
-
- Enclosing class:
- ConfigManagerPolicySummary
public static final class ConfigManagerPolicySummary.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigManagerPolicySummarybuild()ConfigManagerPolicySummary.BuildercompliantDeviceCount(Integer compliantDeviceCount)“The number of devices evaluated to be compliant by the policy.”ConfigManagerPolicySummary.BuilderenforcedDeviceCount(Integer enforcedDeviceCount)“The number of devices that have have been remediated by the policy.”ConfigManagerPolicySummary.BuilderfailedDeviceCount(Integer failedDeviceCount)“The number of devices that failed to be evaluated by the policy.”ConfigManagerPolicySummary.BuildernonCompliantDeviceCount(Integer nonCompliantDeviceCount)“The number of devices evaluated to be noncompliant by the policy.”ConfigManagerPolicySummary.BuilderpendingDeviceCount(Integer pendingDeviceCount)“The number of devices that have acknowledged the policy but are pending evaluation.”ConfigManagerPolicySummary.BuildertargetedDeviceCount(Integer targetedDeviceCount)“The number of devices targeted by the policy.”
-
-
-
Method Detail
-
compliantDeviceCount
public ConfigManagerPolicySummary.Builder compliantDeviceCount(Integer compliantDeviceCount)
“The number of devices evaluated to be compliant by the policy.”- Parameters:
compliantDeviceCount- value ofcompliantDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
enforcedDeviceCount
public ConfigManagerPolicySummary.Builder enforcedDeviceCount(Integer enforcedDeviceCount)
“The number of devices that have have been remediated by the policy.”- Parameters:
enforcedDeviceCount- value ofenforcedDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
failedDeviceCount
public ConfigManagerPolicySummary.Builder failedDeviceCount(Integer failedDeviceCount)
“The number of devices that failed to be evaluated by the policy.”- Parameters:
failedDeviceCount- value offailedDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
nonCompliantDeviceCount
public ConfigManagerPolicySummary.Builder nonCompliantDeviceCount(Integer nonCompliantDeviceCount)
“The number of devices evaluated to be noncompliant by the policy.”- Parameters:
nonCompliantDeviceCount- value ofnonCompliantDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pendingDeviceCount
public ConfigManagerPolicySummary.Builder pendingDeviceCount(Integer pendingDeviceCount)
“The number of devices that have acknowledged the policy but are pending evaluation.”- Parameters:
pendingDeviceCount- value ofpendingDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
targetedDeviceCount
public ConfigManagerPolicySummary.Builder targetedDeviceCount(Integer targetedDeviceCount)
“The number of devices targeted by the policy.”- Parameters:
targetedDeviceCount- value oftargetedDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public ConfigManagerPolicySummary build()
-
-