Uses of Class
odata.msgraph.client.entity.TargetedManagedAppConfiguration
-
Packages that use TargetedManagedAppConfiguration Package Description odata.msgraph.client.entity -
-
Uses of TargetedManagedAppConfiguration in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type TargetedManagedAppConfiguration Modifier and Type Field Description protected List<TargetedManagedAppConfiguration>DeviceAppManagement. targetedManagedAppConfigurationsMethods in odata.msgraph.client.entity that return TargetedManagedAppConfiguration Modifier and Type Method Description TargetedManagedAppConfigurationTargetedManagedAppConfiguration.Builder. build()TargetedManagedAppConfigurationTargetedManagedAppConfiguration. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TargetedManagedAppConfigurationTargetedManagedAppConfiguration. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TargetedManagedAppConfigurationTargetedManagedAppConfiguration. withApps(List<ManagedMobileApp> apps)Returns an immutable copy ofthiswith just theappsfield changed.TargetedManagedAppConfigurationTargetedManagedAppConfiguration. withAssignments(List<TargetedManagedAppPolicyAssignment> assignments)Returns an immutable copy ofthiswith just theassignmentsfield changed.TargetedManagedAppConfigurationTargetedManagedAppConfiguration. withDeployedAppCount(Integer deployedAppCount)Returns an immutable copy ofthiswith just thedeployedAppCountfield changed.TargetedManagedAppConfigurationTargetedManagedAppConfiguration. withDeploymentSummary(ManagedAppPolicyDeploymentSummary deploymentSummary)Returns an immutable copy ofthiswith just thedeploymentSummaryfield changed.TargetedManagedAppConfigurationTargetedManagedAppConfiguration. withIsAssigned(Boolean isAssigned)Returns an immutable copy ofthiswith just theisAssignedfield changed.TargetedManagedAppConfigurationTargetedManagedAppConfiguration. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type TargetedManagedAppConfiguration Modifier and Type Method Description DeviceAppManagement.BuilderDeviceAppManagement.Builder. targetedManagedAppConfigurations(TargetedManagedAppConfiguration... targetedManagedAppConfigurations)“Targeted managed app configurations.”Method parameters in odata.msgraph.client.entity with type arguments of type TargetedManagedAppConfiguration Modifier and Type Method Description DeviceAppManagement.BuilderDeviceAppManagement.Builder. targetedManagedAppConfigurations(List<TargetedManagedAppConfiguration> targetedManagedAppConfigurations)“Targeted managed app configurations.”DeviceAppManagementDeviceAppManagement. withTargetedManagedAppConfigurations(List<TargetedManagedAppConfiguration> targetedManagedAppConfigurations)Returns an immutable copy ofthiswith just thetargetedManagedAppConfigurationsfield changed.
-