Uses of Class
odata.msgraph.client.enums.UserExperienceAnalyticsOperatingSystemRestartCategory
-
Packages that use UserExperienceAnalyticsOperatingSystemRestartCategory Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of UserExperienceAnalyticsOperatingSystemRestartCategory in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as UserExperienceAnalyticsOperatingSystemRestartCategory Modifier and Type Field Description protected UserExperienceAnalyticsOperatingSystemRestartCategoryUserExperienceAnalyticsDeviceStartupHistory. restartCategoryMethods in odata.msgraph.client.entity that return types with arguments of type UserExperienceAnalyticsOperatingSystemRestartCategory Modifier and Type Method Description Optional<UserExperienceAnalyticsOperatingSystemRestartCategory>UserExperienceAnalyticsDeviceStartupHistory. getRestartCategory()“OS restart category.Methods in odata.msgraph.client.entity with parameters of type UserExperienceAnalyticsOperatingSystemRestartCategory Modifier and Type Method Description UserExperienceAnalyticsDeviceStartupHistory.BuilderUserExperienceAnalyticsDeviceStartupHistory.Builder. restartCategory(UserExperienceAnalyticsOperatingSystemRestartCategory restartCategory)“OS restart category.UserExperienceAnalyticsDeviceStartupHistoryUserExperienceAnalyticsDeviceStartupHistory. withRestartCategory(UserExperienceAnalyticsOperatingSystemRestartCategory restartCategory)Returns an immutable copy ofthiswith just therestartCategoryfield changed. -
Uses of UserExperienceAnalyticsOperatingSystemRestartCategory in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return UserExperienceAnalyticsOperatingSystemRestartCategory Modifier and Type Method Description static UserExperienceAnalyticsOperatingSystemRestartCategoryUserExperienceAnalyticsOperatingSystemRestartCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static UserExperienceAnalyticsOperatingSystemRestartCategory[]UserExperienceAnalyticsOperatingSystemRestartCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-