Package odata.msgraph.client.beta.entity
Class WindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.WindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary.Builder
-
- Enclosing class:
- WindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary
public static final class WindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsDefenderApplicationControlSupplementalPolicyDeploymentSummarybuild()WindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary.BuilderdeployedDeviceCount(Integer deployedDeviceCount)“Number of Devices that have successfully deployed this WindowsDefenderApplicationControl supplemental policy.”WindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary.BuilderfailedDeviceCount(Integer failedDeviceCount)“Number of Devices that have failed to deploy this WindowsDefenderApplicationControl supplemental policy.”WindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary.Builderid(String id)
-
-
-
Method Detail
-
id
public WindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary.Builder id(String id)
-
deployedDeviceCount
public WindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary.Builder deployedDeviceCount(Integer deployedDeviceCount)
“Number of Devices that have successfully deployed this WindowsDefenderApplicationControl supplemental policy.”- Parameters:
deployedDeviceCount- value ofdeployedDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
failedDeviceCount
public WindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary.Builder failedDeviceCount(Integer failedDeviceCount)
“Number of Devices that have failed to deploy this WindowsDefenderApplicationControl supplemental policy.”- Parameters:
failedDeviceCount- value offailedDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary build()
-
-