Enum Class AutomaticUpdateMode

java.lang.Object
java.lang.Enum<AutomaticUpdateMode>
com.microsoft.graph.models.AutomaticUpdateMode
All Implemented Interfaces:
Serializable, Comparable<AutomaticUpdateMode>, Constable

public enum AutomaticUpdateMode extends Enum<AutomaticUpdateMode>
The Enum Automatic Update Mode.
  • Enum Constant Details

    • USER_DEFINED

      public static final AutomaticUpdateMode USER_DEFINED
      user Defined
    • NOTIFY_DOWNLOAD

      public static final AutomaticUpdateMode NOTIFY_DOWNLOAD
      notify Download
    • AUTO_INSTALL_AT_MAINTENANCE_TIME

      public static final AutomaticUpdateMode AUTO_INSTALL_AT_MAINTENANCE_TIME
      auto Install At Maintenance Time
    • AUTO_INSTALL_AND_REBOOT_AT_MAINTENANCE_TIME

      public static final AutomaticUpdateMode AUTO_INSTALL_AND_REBOOT_AT_MAINTENANCE_TIME
      auto Install And Reboot At Maintenance Time
    • AUTO_INSTALL_AND_REBOOT_AT_SCHEDULED_TIME

      public static final AutomaticUpdateMode AUTO_INSTALL_AND_REBOOT_AT_SCHEDULED_TIME
      auto Install And Reboot At Scheduled Time
    • AUTO_INSTALL_AND_REBOOT_WITHOUT_END_USER_CONTROL

      public static final AutomaticUpdateMode AUTO_INSTALL_AND_REBOOT_WITHOUT_END_USER_CONTROL
      auto Install And Reboot Without End User Control
    • UNEXPECTED_VALUE

      public static final AutomaticUpdateMode UNEXPECTED_VALUE
      For AutomaticUpdateMode values that were not expected from the service
  • Method Details

    • values

      public static AutomaticUpdateMode[] 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

      public static AutomaticUpdateMode valueOf(String name)
      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 name
      NullPointerException - if the argument is null