Enum Class WindowsUpdateType

java.lang.Object
java.lang.Enum<WindowsUpdateType>
com.microsoft.graph.models.WindowsUpdateType
All Implemented Interfaces:
com.microsoft.kiota.serialization.ValuedEnum, Serializable, Comparable<WindowsUpdateType>, Constable

@Generated("com.microsoft.kiota") public enum WindowsUpdateType extends Enum<WindowsUpdateType> implements com.microsoft.kiota.serialization.ValuedEnum
Which branch devices will receive their updates from
  • Enum Constant Details

    • UserDefined

      public static final WindowsUpdateType UserDefined
      Allow the user to set.
    • All

      public static final WindowsUpdateType All
      Semi-annual Channel (Targeted). Device gets all applicable feature updates from Semi-annual Channel (Targeted).
    • BusinessReadyOnly

      public static final WindowsUpdateType BusinessReadyOnly
      Semi-annual Channel. Device gets feature updates from Semi-annual Channel.
    • WindowsInsiderBuildFast

      public static final WindowsUpdateType WindowsInsiderBuildFast
      Windows Insider build - Fast
    • WindowsInsiderBuildSlow

      public static final WindowsUpdateType WindowsInsiderBuildSlow
      Windows Insider build - Slow
    • WindowsInsiderBuildRelease

      public static final WindowsUpdateType WindowsInsiderBuildRelease
      Release Windows Insider build
  • Field Details

    • value

      public final String value
  • Method Details

    • values

      public static WindowsUpdateType[] 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 WindowsUpdateType 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
    • getValue

      @Nonnull public String getValue()
      Specified by:
      getValue in interface com.microsoft.kiota.serialization.ValuedEnum
    • forValue

      @Nullable public static WindowsUpdateType forValue(@Nonnull String searchValue)