Uses of Class
odata.msgraph.client.beta.complex.IosDeviceType
-
Packages that use IosDeviceType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of IosDeviceType in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return IosDeviceType Modifier and Type Method Description IosDeviceTypeIosDeviceType.Builder. build()IosDeviceTypeIosDeviceType. withIPad(Boolean iPad)Returns an immutable copy ofthiswith just theiPadfield changed.IosDeviceTypeIosDeviceType. withIPhoneAndIPod(Boolean iPhoneAndIPod)Returns an immutable copy ofthiswith just theiPhoneAndIPodfield changed.IosDeviceTypeIosDeviceType. withUnmappedField(String name, String value) -
Uses of IosDeviceType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as IosDeviceType Modifier and Type Field Description protected IosDeviceTypeIosLobApp. applicableDeviceTypeprotected IosDeviceTypeIosStoreApp. applicableDeviceTypeprotected IosDeviceTypeIosVppApp. applicableDeviceTypeprotected IosDeviceTypeManagedIOSLobApp. applicableDeviceTypeprotected IosDeviceTypeManagedIOSStoreApp. applicableDeviceTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type IosDeviceType Modifier and Type Method Description Optional<IosDeviceType>IosLobApp. getApplicableDeviceType()“The iOS architecture for which this app can run on.”Optional<IosDeviceType>IosStoreApp. getApplicableDeviceType()“The iOS architecture for which this app can run on.”Optional<IosDeviceType>IosVppApp. getApplicableDeviceType()“The applicable iOS Device Type.”Optional<IosDeviceType>ManagedIOSLobApp. getApplicableDeviceType()“The iOS architecture for which this app can run on.”Optional<IosDeviceType>ManagedIOSStoreApp. getApplicableDeviceType()“The iOS architecture for which this app can run on.”Methods in odata.msgraph.client.beta.entity with parameters of type IosDeviceType Modifier and Type Method Description IosLobApp.BuilderIosLobApp.Builder. applicableDeviceType(IosDeviceType applicableDeviceType)“The iOS architecture for which this app can run on.”IosStoreApp.BuilderIosStoreApp.Builder. applicableDeviceType(IosDeviceType applicableDeviceType)“The iOS architecture for which this app can run on.”IosVppApp.BuilderIosVppApp.Builder. applicableDeviceType(IosDeviceType applicableDeviceType)“The applicable iOS Device Type.”ManagedIOSLobApp.BuilderManagedIOSLobApp.Builder. applicableDeviceType(IosDeviceType applicableDeviceType)“The iOS architecture for which this app can run on.”ManagedIOSStoreApp.BuilderManagedIOSStoreApp.Builder. applicableDeviceType(IosDeviceType applicableDeviceType)“The iOS architecture for which this app can run on.”IosLobAppIosLobApp. withApplicableDeviceType(IosDeviceType applicableDeviceType)Returns an immutable copy ofthiswith just theapplicableDeviceTypefield changed.IosStoreAppIosStoreApp. withApplicableDeviceType(IosDeviceType applicableDeviceType)Returns an immutable copy ofthiswith just theapplicableDeviceTypefield changed.IosVppAppIosVppApp. withApplicableDeviceType(IosDeviceType applicableDeviceType)Returns an immutable copy ofthiswith just theapplicableDeviceTypefield changed.ManagedIOSLobAppManagedIOSLobApp. withApplicableDeviceType(IosDeviceType applicableDeviceType)Returns an immutable copy ofthiswith just theapplicableDeviceTypefield changed.ManagedIOSStoreAppManagedIOSStoreApp. withApplicableDeviceType(IosDeviceType applicableDeviceType)Returns an immutable copy ofthiswith just theapplicableDeviceTypefield changed.
-