Uses of Class
odata.msgraph.client.beta.entity.ManagedMobileApp
-
Packages that use ManagedMobileApp Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of ManagedMobileApp in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ManagedMobileApp Modifier and Type Method Description ManagedMobileAppManagedMobileApp.Builder. build()ManagedMobileAppManagedMobileApp. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ManagedMobileAppManagedMobileApp. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ManagedMobileAppManagedMobileApp. withMobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)Returns an immutable copy ofthiswith just themobileAppIdentifierfield changed.ManagedMobileAppManagedMobileApp. withUnmappedField(String name, String value)ManagedMobileAppManagedMobileApp. withVersion(String version)Returns an immutable copy ofthiswith just theversionfield changed.Method parameters in odata.msgraph.client.beta.entity with type arguments of type ManagedMobileApp Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnManagedAppPolicy. targetApps(List<ManagedMobileApp> apps)com.github.davidmoten.odata.client.ActionRequestNoReturnManagedAppProtection. targetApps(List<ManagedMobileApp> apps)com.github.davidmoten.odata.client.ActionRequestNoReturnTargetedManagedAppConfiguration. targetApps(List<ManagedMobileApp> apps, TargetedManagedAppGroupType appGroupType)com.github.davidmoten.odata.client.ActionRequestNoReturnTargetedManagedAppProtection. targetApps(List<ManagedMobileApp> apps, TargetedManagedAppGroupType appGroupType) -
Uses of ManagedMobileApp in odata.msgraph.client.beta.entity.request
Method parameters in odata.msgraph.client.beta.entity.request with type arguments of type ManagedMobileApp Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnManagedAppPolicyRequest. targetApps(List<ManagedMobileApp> apps)com.github.davidmoten.odata.client.ActionRequestNoReturnManagedAppProtectionRequest. targetApps(List<ManagedMobileApp> apps)com.github.davidmoten.odata.client.ActionRequestNoReturnTargetedManagedAppConfigurationRequest. targetApps(List<ManagedMobileApp> apps, TargetedManagedAppGroupType appGroupType)com.github.davidmoten.odata.client.ActionRequestNoReturnTargetedManagedAppProtectionRequest. targetApps(List<ManagedMobileApp> apps, TargetedManagedAppGroupType appGroupType)
-