Package com.microsoft.graph.models
Enum Class AutomaticUpdateMode
- All Implemented Interfaces:
Serializable
,Comparable<AutomaticUpdateMode>
,Constable
The Enum Automatic Update Mode.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionauto Install And Reboot At Maintenance Timeauto Install And Reboot At Scheduled Timeauto Install And Reboot Without End User Controlauto Install At Maintenance Timenotify DownloadFor AutomaticUpdateMode values that were not expected from the serviceuser Defined -
Method Summary
Modifier and TypeMethodDescriptionstatic AutomaticUpdateMode
Returns the enum constant of this class with the specified name.static AutomaticUpdateMode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
USER_DEFINED
user Defined -
NOTIFY_DOWNLOAD
notify Download -
AUTO_INSTALL_AT_MAINTENANCE_TIME
auto Install At Maintenance Time -
AUTO_INSTALL_AND_REBOOT_AT_MAINTENANCE_TIME
auto Install And Reboot At Maintenance Time -
AUTO_INSTALL_AND_REBOOT_AT_SCHEDULED_TIME
auto Install And Reboot At Scheduled Time -
AUTO_INSTALL_AND_REBOOT_WITHOUT_END_USER_CONTROL
auto Install And Reboot Without End User Control -
UNEXPECTED_VALUE
For AutomaticUpdateMode 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
-