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