Uses of Class
odata.msgraph.client.complex.WindowsMinimumOperatingSystem
-
Packages that use WindowsMinimumOperatingSystem Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of WindowsMinimumOperatingSystem in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return WindowsMinimumOperatingSystem Modifier and Type Method Description WindowsMinimumOperatingSystemWindowsMinimumOperatingSystem.Builder. build()WindowsMinimumOperatingSystemWindowsMinimumOperatingSystem. withUnmappedField(String name, String value)WindowsMinimumOperatingSystemWindowsMinimumOperatingSystem. withV10_0(Boolean v10_0)Returns an immutable copy ofthiswith just thev10_0field changed.WindowsMinimumOperatingSystemWindowsMinimumOperatingSystem. withV8_0(Boolean v8_0)Returns an immutable copy ofthiswith just thev8_0field changed.WindowsMinimumOperatingSystemWindowsMinimumOperatingSystem. withV8_1(Boolean v8_1)Returns an immutable copy ofthiswith just thev8_1field changed. -
Uses of WindowsMinimumOperatingSystem in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WindowsMinimumOperatingSystem Modifier and Type Field Description protected WindowsMinimumOperatingSystemWindowsUniversalAppX. minimumSupportedOperatingSystemMethods in odata.msgraph.client.entity that return types with arguments of type WindowsMinimumOperatingSystem Modifier and Type Method Description Optional<WindowsMinimumOperatingSystem>WindowsUniversalAppX. getMinimumSupportedOperatingSystem()“The value for the minimum applicable operating system.”Methods in odata.msgraph.client.entity with parameters of type WindowsMinimumOperatingSystem Modifier and Type Method Description WindowsUniversalAppX.BuilderWindowsUniversalAppX.Builder. minimumSupportedOperatingSystem(WindowsMinimumOperatingSystem minimumSupportedOperatingSystem)“The value for the minimum applicable operating system.”WindowsUniversalAppXWindowsUniversalAppX. withMinimumSupportedOperatingSystem(WindowsMinimumOperatingSystem minimumSupportedOperatingSystem)Returns an immutable copy ofthiswith just theminimumSupportedOperatingSystemfield changed.
-