Uses of Class
odata.msgraph.client.complex.AndroidMinimumOperatingSystem
-
Packages that use AndroidMinimumOperatingSystem Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AndroidMinimumOperatingSystem in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AndroidMinimumOperatingSystem Modifier and Type Method Description AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem.Builder. build()AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withUnmappedField(String name, String value)AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV10_0(Boolean v10_0)Returns an immutable copy ofthiswith just thev10_0field changed.AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV11_0(Boolean v11_0)Returns an immutable copy ofthiswith just thev11_0field changed.AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV4_0(Boolean v4_0)Returns an immutable copy ofthiswith just thev4_0field changed.AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV4_0_3(Boolean v4_0_3)Returns an immutable copy ofthiswith just thev4_0_3field changed.AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV4_1(Boolean v4_1)Returns an immutable copy ofthiswith just thev4_1field changed.AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV4_2(Boolean v4_2)Returns an immutable copy ofthiswith just thev4_2field changed.AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV4_3(Boolean v4_3)Returns an immutable copy ofthiswith just thev4_3field changed.AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV4_4(Boolean v4_4)Returns an immutable copy ofthiswith just thev4_4field changed.AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV5_0(Boolean v5_0)Returns an immutable copy ofthiswith just thev5_0field changed.AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV5_1(Boolean v5_1)Returns an immutable copy ofthiswith just thev5_1field changed.AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV6_0(Boolean v6_0)Returns an immutable copy ofthiswith just thev6_0field changed.AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV7_0(Boolean v7_0)Returns an immutable copy ofthiswith just thev7_0field changed.AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV7_1(Boolean v7_1)Returns an immutable copy ofthiswith just thev7_1field changed.AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV8_0(Boolean v8_0)Returns an immutable copy ofthiswith just thev8_0field changed.AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV8_1(Boolean v8_1)Returns an immutable copy ofthiswith just thev8_1field changed.AndroidMinimumOperatingSystemAndroidMinimumOperatingSystem. withV9_0(Boolean v9_0)Returns an immutable copy ofthiswith just thev9_0field changed. -
Uses of AndroidMinimumOperatingSystem in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AndroidMinimumOperatingSystem Modifier and Type Field Description protected AndroidMinimumOperatingSystemAndroidLobApp. minimumSupportedOperatingSystemprotected AndroidMinimumOperatingSystemAndroidStoreApp. minimumSupportedOperatingSystemprotected AndroidMinimumOperatingSystemManagedAndroidLobApp. minimumSupportedOperatingSystemprotected AndroidMinimumOperatingSystemManagedAndroidStoreApp. minimumSupportedOperatingSystemMethods in odata.msgraph.client.entity that return types with arguments of type AndroidMinimumOperatingSystem Modifier and Type Method Description Optional<AndroidMinimumOperatingSystem>AndroidLobApp. getMinimumSupportedOperatingSystem()“The value for the minimum applicable operating system.”Optional<AndroidMinimumOperatingSystem>AndroidStoreApp. getMinimumSupportedOperatingSystem()“The value for the minimum applicable operating system.”Optional<AndroidMinimumOperatingSystem>ManagedAndroidLobApp. getMinimumSupportedOperatingSystem()“The value for the minimum applicable operating system.”Optional<AndroidMinimumOperatingSystem>ManagedAndroidStoreApp. getMinimumSupportedOperatingSystem()“The value for the minimum supported operating system.”Methods in odata.msgraph.client.entity with parameters of type AndroidMinimumOperatingSystem Modifier and Type Method Description AndroidLobApp.BuilderAndroidLobApp.Builder. minimumSupportedOperatingSystem(AndroidMinimumOperatingSystem minimumSupportedOperatingSystem)“The value for the minimum applicable operating system.”AndroidStoreApp.BuilderAndroidStoreApp.Builder. minimumSupportedOperatingSystem(AndroidMinimumOperatingSystem minimumSupportedOperatingSystem)“The value for the minimum applicable operating system.”ManagedAndroidLobApp.BuilderManagedAndroidLobApp.Builder. minimumSupportedOperatingSystem(AndroidMinimumOperatingSystem minimumSupportedOperatingSystem)“The value for the minimum applicable operating system.”ManagedAndroidStoreApp.BuilderManagedAndroidStoreApp.Builder. minimumSupportedOperatingSystem(AndroidMinimumOperatingSystem minimumSupportedOperatingSystem)“The value for the minimum supported operating system.”AndroidLobAppAndroidLobApp. withMinimumSupportedOperatingSystem(AndroidMinimumOperatingSystem minimumSupportedOperatingSystem)Returns an immutable copy ofthiswith just theminimumSupportedOperatingSystemfield changed.AndroidStoreAppAndroidStoreApp. withMinimumSupportedOperatingSystem(AndroidMinimumOperatingSystem minimumSupportedOperatingSystem)Returns an immutable copy ofthiswith just theminimumSupportedOperatingSystemfield changed.ManagedAndroidLobAppManagedAndroidLobApp. withMinimumSupportedOperatingSystem(AndroidMinimumOperatingSystem minimumSupportedOperatingSystem)Returns an immutable copy ofthiswith just theminimumSupportedOperatingSystemfield changed.ManagedAndroidStoreAppManagedAndroidStoreApp. withMinimumSupportedOperatingSystem(AndroidMinimumOperatingSystem minimumSupportedOperatingSystem)Returns an immutable copy ofthiswith just theminimumSupportedOperatingSystemfield changed.
-