Uses of Class
odata.msgraph.client.beta.complex.MacOSMinimumOperatingSystem
-
Packages that use MacOSMinimumOperatingSystem Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of MacOSMinimumOperatingSystem in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return MacOSMinimumOperatingSystem Modifier and Type Method Description MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem.Builder. build()MacOSMinimumOperatingSystemMacOSMinimumOperatingSystem. withUnmappedField(String name, String 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. -
Uses of MacOSMinimumOperatingSystem in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MacOSMinimumOperatingSystem Modifier and Type Field Description protected MacOSMinimumOperatingSystemMacOSDmgApp. minimumSupportedOperatingSystemprotected MacOSMinimumOperatingSystemMacOSLobApp. minimumSupportedOperatingSystemMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOSMinimumOperatingSystem Modifier and Type Method Description Optional<MacOSMinimumOperatingSystem>MacOSDmgApp. getMinimumSupportedOperatingSystem()“The value for the minimum applicable operating system.”Optional<MacOSMinimumOperatingSystem>MacOSLobApp. getMinimumSupportedOperatingSystem()“The value for the minimum applicable operating system.”Methods in odata.msgraph.client.beta.entity with parameters of type MacOSMinimumOperatingSystem Modifier and Type Method Description MacOSDmgApp.BuilderMacOSDmgApp.Builder. minimumSupportedOperatingSystem(MacOSMinimumOperatingSystem minimumSupportedOperatingSystem)“The value for the minimum applicable operating system.”MacOSLobApp.BuilderMacOSLobApp.Builder. minimumSupportedOperatingSystem(MacOSMinimumOperatingSystem minimumSupportedOperatingSystem)“The value for the minimum applicable operating system.”MacOSDmgAppMacOSDmgApp. withMinimumSupportedOperatingSystem(MacOSMinimumOperatingSystem minimumSupportedOperatingSystem)Returns an immutable copy ofthiswith just theminimumSupportedOperatingSystemfield changed.MacOSLobAppMacOSLobApp. withMinimumSupportedOperatingSystem(MacOSMinimumOperatingSystem minimumSupportedOperatingSystem)Returns an immutable copy ofthiswith just theminimumSupportedOperatingSystemfield changed.
-