Uses of Enum
com.microsoft.graph.models.IosUpdatesInstallStatus
Packages that use IosUpdatesInstallStatus
-
Uses of IosUpdatesInstallStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return IosUpdatesInstallStatusModifier and TypeMethodDescriptionstatic IosUpdatesInstallStatusIosUpdateDeviceStatus.getInstallStatus()Gets the installStatus property value.static IosUpdatesInstallStatusReturns the enum constant of this type with the specified name.static IosUpdatesInstallStatus[]IosUpdatesInstallStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type IosUpdatesInstallStatusModifier and TypeMethodDescriptionvoidIosUpdateDeviceStatus.setInstallStatus(IosUpdatesInstallStatus value) Sets the installStatus property value.