Uses of Class
odata.msgraph.client.entity.ManagedAndroidStoreApp
-
Packages that use ManagedAndroidStoreApp Package Description odata.msgraph.client.entity -
-
Uses of ManagedAndroidStoreApp in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return ManagedAndroidStoreApp Modifier and Type Method Description ManagedAndroidStoreAppManagedAndroidStoreApp.Builder. build()ManagedAndroidStoreAppManagedAndroidStoreApp. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ManagedAndroidStoreAppManagedAndroidStoreApp. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ManagedAndroidStoreAppManagedAndroidStoreApp. withAppStoreUrl(String appStoreUrl)Returns an immutable copy ofthiswith just theappStoreUrlfield changed.ManagedAndroidStoreAppManagedAndroidStoreApp. withMinimumSupportedOperatingSystem(AndroidMinimumOperatingSystem minimumSupportedOperatingSystem)Returns an immutable copy ofthiswith just theminimumSupportedOperatingSystemfield changed.ManagedAndroidStoreAppManagedAndroidStoreApp. withPackageId(String packageId)Returns an immutable copy ofthiswith just thepackageIdfield changed.ManagedAndroidStoreAppManagedAndroidStoreApp. withUnmappedField(String name, String value)
-