Uses of Class
odata.msgraph.client.complex.MacOSMinimumOperatingSystem
-
Packages that use MacOSMinimumOperatingSystem Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of MacOSMinimumOperatingSystem in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return MacOSMinimumOperatingSystem Modifier and Type Method Description MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem.Builder. build()MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem. withUnmappedField(String name, Object value)MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem. withV10_10(Boolean v10_10)Returns an immutable copy ofthiswith just thev10_10field changed.MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem. withV10_11(Boolean v10_11)Returns an immutable copy ofthiswith just thev10_11field changed.MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem. withV10_12(Boolean v10_12)Returns an immutable copy ofthiswith just thev10_12field changed.MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem. withV10_13(Boolean v10_13)Returns an immutable copy ofthiswith just thev10_13field changed.MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem. withV10_14(Boolean v10_14)Returns an immutable copy ofthiswith just thev10_14field changed.MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem. withV10_15(Boolean v10_15)Returns an immutable copy ofthiswith just thev10_15field changed.MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem. withV10_7(Boolean v10_7)Returns an immutable copy ofthiswith just thev10_7field changed.MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem. withV10_8(Boolean v10_8)Returns an immutable copy ofthiswith just thev10_8field changed.MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem. withV10_9(Boolean v10_9)Returns an immutable copy ofthiswith just thev10_9field changed.MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem. withV11_0(Boolean v11_0)Returns an immutable copy ofthiswith just thev11_0field changed.MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem. withV12_0(Boolean v12_0)Returns an immutable copy ofthiswith just thev12_0field changed.MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem. withV13_0(Boolean v13_0)Returns an immutable copy ofthiswith just thev13_0field changed. -
Uses of MacOSMinimumOperatingSystem in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as MacOSMinimumOperatingSystem Modifier and Type Field Description protected MacOSMinimumOperatingSystemMacOSDmgApp. minimumSupportedOperatingSystemprotected MacOSMinimumOperatingSystemMacOSLobApp. minimumSupportedOperatingSystemMethods in odata.msgraph.client.entity that return types with arguments of type MacOSMinimumOperatingSystem Modifier and Type Method Description Optional<MacOSMinimumOperatingSystem>MacOSDmgApp. getMinimumSupportedOperatingSystem()“ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application.”Optional<MacOSMinimumOperatingSystem>MacOSLobApp. getMinimumSupportedOperatingSystem()“ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application.”Methods in odata.msgraph.client.entity with parameters of type MacOSMinimumOperatingSystem Modifier and Type Method Description MacOSDmgApp.BuilderMacOSDmgApp.Builder. minimumSupportedOperatingSystem(MacOSMinimumOperatingSystem minimumSupportedOperatingSystem)“ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application.”MacOSLobApp.BuilderMacOSLobApp.Builder. minimumSupportedOperatingSystem(MacOSMinimumOperatingSystem minimumSupportedOperatingSystem)“ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application.”MacOSDmgAppMacOSDmgApp. withMinimumSupportedOperatingSystem(MacOSMinimumOperatingSystem minimumSupportedOperatingSystem)Returns an immutable copy ofthiswith just theminimumSupportedOperatingSystemfield changed.MacOSLobAppMacOSLobApp. withMinimumSupportedOperatingSystem(MacOSMinimumOperatingSystem minimumSupportedOperatingSystem)Returns an immutable copy ofthiswith just theminimumSupportedOperatingSystemfield changed.
-