Uses of Class
odata.msgraph.client.beta.complex.ManagedAppPolicyDeploymentSummaryPerApp
-
Packages that use ManagedAppPolicyDeploymentSummaryPerApp Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ManagedAppPolicyDeploymentSummaryPerApp in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ManagedAppPolicyDeploymentSummaryPerApp Modifier and Type Method Description ManagedAppPolicyDeploymentSummaryPerAppManagedAppPolicyDeploymentSummaryPerApp.Builder. build()ManagedAppPolicyDeploymentSummaryPerAppManagedAppPolicyDeploymentSummaryPerApp. withConfigurationAppliedUserCount(Integer configurationAppliedUserCount)Returns an immutable copy ofthiswith just theconfigurationAppliedUserCountfield changed.ManagedAppPolicyDeploymentSummaryPerAppManagedAppPolicyDeploymentSummaryPerApp. withMobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)Returns an immutable copy ofthiswith just themobileAppIdentifierfield changed.ManagedAppPolicyDeploymentSummaryPerAppManagedAppPolicyDeploymentSummaryPerApp. withUnmappedField(String name, String value) -
Uses of ManagedAppPolicyDeploymentSummaryPerApp in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type ManagedAppPolicyDeploymentSummaryPerApp Modifier and Type Field Description protected List<ManagedAppPolicyDeploymentSummaryPerApp>ManagedAppPolicyDeploymentSummary. configurationDeploymentSummaryPerAppMethods in odata.msgraph.client.beta.entity that return types with arguments of type ManagedAppPolicyDeploymentSummaryPerApp Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ManagedAppPolicyDeploymentSummaryPerApp>ManagedAppPolicyDeploymentSummary. getConfigurationDeploymentSummaryPerApp()com.github.davidmoten.odata.client.CollectionPage<ManagedAppPolicyDeploymentSummaryPerApp>ManagedAppPolicyDeploymentSummary. getConfigurationDeploymentSummaryPerApp(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type ManagedAppPolicyDeploymentSummaryPerApp Modifier and Type Method Description ManagedAppPolicyDeploymentSummary.BuilderManagedAppPolicyDeploymentSummary.Builder. configurationDeploymentSummaryPerApp(ManagedAppPolicyDeploymentSummaryPerApp... configurationDeploymentSummaryPerApp)Method parameters in odata.msgraph.client.beta.entity with type arguments of type ManagedAppPolicyDeploymentSummaryPerApp Modifier and Type Method Description ManagedAppPolicyDeploymentSummary.BuilderManagedAppPolicyDeploymentSummary.Builder. configurationDeploymentSummaryPerApp(List<ManagedAppPolicyDeploymentSummaryPerApp> configurationDeploymentSummaryPerApp)ManagedAppPolicyDeploymentSummaryManagedAppPolicyDeploymentSummary. withConfigurationDeploymentSummaryPerApp(List<ManagedAppPolicyDeploymentSummaryPerApp> configurationDeploymentSummaryPerApp)
-