Uses of Enum
com.microsoft.graph.models.UserExperienceAnalyticsOperatingSystemRestartCategory
Packages that use UserExperienceAnalyticsOperatingSystemRestartCategory
-
Uses of UserExperienceAnalyticsOperatingSystemRestartCategory in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UserExperienceAnalyticsOperatingSystemRestartCategoryModifier and TypeMethodDescriptionUserExperienceAnalyticsDeviceStartupHistory.getRestartCategory()Gets the restartCategory property value.Returns the enum constant of this type with the specified name.UserExperienceAnalyticsOperatingSystemRestartCategory.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 UserExperienceAnalyticsOperatingSystemRestartCategoryModifier and TypeMethodDescriptionvoidUserExperienceAnalyticsDeviceStartupHistory.setRestartCategory(UserExperienceAnalyticsOperatingSystemRestartCategory value) Sets the restartCategory property value.