Package odata.msgraph.client.complex
Class ManagedAppPolicyDeploymentSummaryPerApp.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.ManagedAppPolicyDeploymentSummaryPerApp.Builder
-
- Enclosing class:
- ManagedAppPolicyDeploymentSummaryPerApp
public static final class ManagedAppPolicyDeploymentSummaryPerApp.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedAppPolicyDeploymentSummaryPerAppbuild()ManagedAppPolicyDeploymentSummaryPerApp.BuilderconfigurationAppliedUserCount(Integer configurationAppliedUserCount)“Number of users the policy is applied.”ManagedAppPolicyDeploymentSummaryPerApp.BuildermobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)“Deployment of an app.”
-
-
-
Method Detail
-
configurationAppliedUserCount
public ManagedAppPolicyDeploymentSummaryPerApp.Builder configurationAppliedUserCount(Integer configurationAppliedUserCount)
“Number of users the policy is applied.”- Parameters:
configurationAppliedUserCount- value ofconfigurationAppliedUserCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
mobileAppIdentifier
public ManagedAppPolicyDeploymentSummaryPerApp.Builder mobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)
“Deployment of an app.”- Parameters:
mobileAppIdentifier- value ofmobileAppIdentifierproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public ManagedAppPolicyDeploymentSummaryPerApp build()
-
-