Uses of Class
odata.msgraph.client.complex.IosMinimumOperatingSystem
-
Packages that use IosMinimumOperatingSystem Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of IosMinimumOperatingSystem in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return IosMinimumOperatingSystem Modifier and Type Method Description IosMinimumOperatingSystemIosMinimumOperatingSystem.Builder. build()IosMinimumOperatingSystemIosMinimumOperatingSystem. withUnmappedField(String name, String value)IosMinimumOperatingSystemIosMinimumOperatingSystem. withV10_0(Boolean v10_0)Returns an immutable copy ofthiswith just thev10_0field changed.IosMinimumOperatingSystemIosMinimumOperatingSystem. withV11_0(Boolean v11_0)Returns an immutable copy ofthiswith just thev11_0field changed.IosMinimumOperatingSystemIosMinimumOperatingSystem. withV12_0(Boolean v12_0)Returns an immutable copy ofthiswith just thev12_0field changed.IosMinimumOperatingSystemIosMinimumOperatingSystem. withV13_0(Boolean v13_0)Returns an immutable copy ofthiswith just thev13_0field changed.IosMinimumOperatingSystemIosMinimumOperatingSystem. withV14_0(Boolean v14_0)Returns an immutable copy ofthiswith just thev14_0field changed.IosMinimumOperatingSystemIosMinimumOperatingSystem. withV8_0(Boolean v8_0)Returns an immutable copy ofthiswith just thev8_0field changed.IosMinimumOperatingSystemIosMinimumOperatingSystem. withV9_0(Boolean v9_0)Returns an immutable copy ofthiswith just thev9_0field changed. -
Uses of IosMinimumOperatingSystem in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as IosMinimumOperatingSystem Modifier and Type Field Description protected IosMinimumOperatingSystemIosLobApp. minimumSupportedOperatingSystemprotected IosMinimumOperatingSystemIosStoreApp. minimumSupportedOperatingSystemprotected IosMinimumOperatingSystemManagedIOSLobApp. minimumSupportedOperatingSystemprotected IosMinimumOperatingSystemManagedIOSStoreApp. minimumSupportedOperatingSystemMethods in odata.msgraph.client.entity that return types with arguments of type IosMinimumOperatingSystem Modifier and Type Method Description Optional<IosMinimumOperatingSystem>IosLobApp. getMinimumSupportedOperatingSystem()“The value for the minimum applicable operating system.”Optional<IosMinimumOperatingSystem>IosStoreApp. getMinimumSupportedOperatingSystem()“The value for the minimum applicable operating system.”Optional<IosMinimumOperatingSystem>ManagedIOSLobApp. getMinimumSupportedOperatingSystem()“The value for the minimum applicable operating system.”Optional<IosMinimumOperatingSystem>ManagedIOSStoreApp. getMinimumSupportedOperatingSystem()“The value for the minimum supported operating system.”Methods in odata.msgraph.client.entity with parameters of type IosMinimumOperatingSystem Modifier and Type Method Description IosLobApp.BuilderIosLobApp.Builder. minimumSupportedOperatingSystem(IosMinimumOperatingSystem minimumSupportedOperatingSystem)“The value for the minimum applicable operating system.”IosStoreApp.BuilderIosStoreApp.Builder. minimumSupportedOperatingSystem(IosMinimumOperatingSystem minimumSupportedOperatingSystem)“The value for the minimum applicable operating system.”ManagedIOSLobApp.BuilderManagedIOSLobApp.Builder. minimumSupportedOperatingSystem(IosMinimumOperatingSystem minimumSupportedOperatingSystem)“The value for the minimum applicable operating system.”ManagedIOSStoreApp.BuilderManagedIOSStoreApp.Builder. minimumSupportedOperatingSystem(IosMinimumOperatingSystem minimumSupportedOperatingSystem)“The value for the minimum supported operating system.”IosLobAppIosLobApp. withMinimumSupportedOperatingSystem(IosMinimumOperatingSystem minimumSupportedOperatingSystem)Returns an immutable copy ofthiswith just theminimumSupportedOperatingSystemfield changed.IosStoreAppIosStoreApp. withMinimumSupportedOperatingSystem(IosMinimumOperatingSystem minimumSupportedOperatingSystem)Returns an immutable copy ofthiswith just theminimumSupportedOperatingSystemfield changed.ManagedIOSLobAppManagedIOSLobApp. withMinimumSupportedOperatingSystem(IosMinimumOperatingSystem minimumSupportedOperatingSystem)Returns an immutable copy ofthiswith just theminimumSupportedOperatingSystemfield changed.ManagedIOSStoreAppManagedIOSStoreApp. withMinimumSupportedOperatingSystem(IosMinimumOperatingSystem minimumSupportedOperatingSystem)Returns an immutable copy ofthiswith just theminimumSupportedOperatingSystemfield changed.
-