Uses of Class
com.microsoft.graph.models.IosDeviceType
Packages that use IosDeviceType
-
Uses of IosDeviceType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return IosDeviceTypeModifier and TypeMethodDescriptionstatic IosDeviceTypeIosDeviceType.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueIosLobApp.getApplicableDeviceType()Gets the applicableDeviceType property value.IosStoreApp.getApplicableDeviceType()Gets the applicableDeviceType property value.IosVppApp.getApplicableDeviceType()Gets the applicableDeviceType property value.ManagedIOSLobApp.getApplicableDeviceType()Gets the applicableDeviceType property value.ManagedIOSStoreApp.getApplicableDeviceType()Gets the applicableDeviceType property value.Methods in com.microsoft.graph.models with parameters of type IosDeviceTypeModifier and TypeMethodDescriptionvoidIosLobApp.setApplicableDeviceType(IosDeviceType value) Sets the applicableDeviceType property value.voidIosStoreApp.setApplicableDeviceType(IosDeviceType value) Sets the applicableDeviceType property value.voidIosVppApp.setApplicableDeviceType(IosDeviceType value) Sets the applicableDeviceType property value.voidManagedIOSLobApp.setApplicableDeviceType(IosDeviceType value) Sets the applicableDeviceType property value.voidManagedIOSStoreApp.setApplicableDeviceType(IosDeviceType value) Sets the applicableDeviceType property value.