Uses of Class
odata.msgraph.client.beta.enums.AndroidManagedStoreAutoUpdateMode
-
Packages that use AndroidManagedStoreAutoUpdateMode Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of AndroidManagedStoreAutoUpdateMode in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AndroidManagedStoreAutoUpdateMode Modifier and Type Field Description protected AndroidManagedStoreAutoUpdateModeAndroidManagedStoreAppAssignmentSettings. autoUpdateModeMethods in odata.msgraph.client.beta.complex that return types with arguments of type AndroidManagedStoreAutoUpdateMode Modifier and Type Method Description Optional<AndroidManagedStoreAutoUpdateMode>AndroidManagedStoreAppAssignmentSettings. getAutoUpdateMode()“The prioritization of automatic updates for this app assignment.”Methods in odata.msgraph.client.beta.complex with parameters of type AndroidManagedStoreAutoUpdateMode Modifier and Type Method Description AndroidManagedStoreAppAssignmentSettings.BuilderAndroidManagedStoreAppAssignmentSettings.Builder. autoUpdateMode(AndroidManagedStoreAutoUpdateMode autoUpdateMode)“The prioritization of automatic updates for this app assignment.”AndroidManagedStoreAppAssignmentSettingsAndroidManagedStoreAppAssignmentSettings. withAutoUpdateMode(AndroidManagedStoreAutoUpdateMode autoUpdateMode)Returns an immutable copy ofthiswith just theautoUpdateModefield changed. -
Uses of AndroidManagedStoreAutoUpdateMode in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AndroidManagedStoreAutoUpdateMode Modifier and Type Method Description static AndroidManagedStoreAutoUpdateModeAndroidManagedStoreAutoUpdateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AndroidManagedStoreAutoUpdateMode[]AndroidManagedStoreAutoUpdateMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-