Uses of Class
odata.msgraph.client.beta.enums.AndroidDeviceOwnerAppAutoUpdatePolicyType
-
Packages that use AndroidDeviceOwnerAppAutoUpdatePolicyType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AndroidDeviceOwnerAppAutoUpdatePolicyType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AndroidDeviceOwnerAppAutoUpdatePolicyType Modifier and Type Field Description protected AndroidDeviceOwnerAppAutoUpdatePolicyTypeAndroidDeviceOwnerGeneralDeviceConfiguration. appsAutoUpdatePolicyMethods in odata.msgraph.client.beta.entity that return types with arguments of type AndroidDeviceOwnerAppAutoUpdatePolicyType Modifier and Type Method Description Optional<AndroidDeviceOwnerAppAutoUpdatePolicyType>AndroidDeviceOwnerGeneralDeviceConfiguration. getAppsAutoUpdatePolicy()“Indicates the value of the app auto update policy.”Methods in odata.msgraph.client.beta.entity with parameters of type AndroidDeviceOwnerAppAutoUpdatePolicyType Modifier and Type Method Description AndroidDeviceOwnerGeneralDeviceConfiguration.BuilderAndroidDeviceOwnerGeneralDeviceConfiguration.Builder. appsAutoUpdatePolicy(AndroidDeviceOwnerAppAutoUpdatePolicyType appsAutoUpdatePolicy)“Indicates the value of the app auto update policy.”AndroidDeviceOwnerGeneralDeviceConfigurationAndroidDeviceOwnerGeneralDeviceConfiguration. withAppsAutoUpdatePolicy(AndroidDeviceOwnerAppAutoUpdatePolicyType appsAutoUpdatePolicy)Returns an immutable copy ofthiswith just theappsAutoUpdatePolicyfield changed. -
Uses of AndroidDeviceOwnerAppAutoUpdatePolicyType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AndroidDeviceOwnerAppAutoUpdatePolicyType Modifier and Type Method Description static AndroidDeviceOwnerAppAutoUpdatePolicyTypeAndroidDeviceOwnerAppAutoUpdatePolicyType. valueOf(String name)Returns the enum constant of this type with the specified name.static AndroidDeviceOwnerAppAutoUpdatePolicyType[]AndroidDeviceOwnerAppAutoUpdatePolicyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-