Package com.microsoft.graph.models
Enum Class UserExperienceAnalyticsOperatingSystemRestartCategory
java.lang.Object
java.lang.Enum<UserExperienceAnalyticsOperatingSystemRestartCategory>
com.microsoft.graph.models.UserExperienceAnalyticsOperatingSystemRestartCategory
- All Implemented Interfaces:
Serializable,Comparable<UserExperienceAnalyticsOperatingSystemRestartCategory>,Constable
public enum UserExperienceAnalyticsOperatingSystemRestartCategory
extends Enum<UserExperienceAnalyticsOperatingSystemRestartCategory>
The Enum User Experience Analytics Operating System Restart Category.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionblue Screenboot Errorlong Power Button Pressrestart With Updaterestart Without Updateshutdown With Updateshutdown Without UpdateFor UserExperienceAnalyticsOperatingSystemRestartCategory values that were not expected from the serviceunknownunknown Future Valueupdate -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
unknown -
RESTART_WITH_UPDATE
restart With Update -
RESTART_WITHOUT_UPDATE
restart Without Update -
BLUE_SCREEN
blue Screen -
SHUTDOWN_WITH_UPDATE
shutdown With Update -
SHUTDOWN_WITHOUT_UPDATE
shutdown Without Update -
LONG_POWER_BUTTON_PRESS
long Power Button Press -
BOOT_ERROR
boot Error -
UPDATE
update -
UNKNOWN_FUTURE_VALUE
unknown Future Value -
UNEXPECTED_VALUE
For UserExperienceAnalyticsOperatingSystemRestartCategory values that were not expected from the service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-