Enum Class MicrosoftEdgeChannel

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

@Generated("com.microsoft.kiota") public enum MicrosoftEdgeChannel extends Enum<MicrosoftEdgeChannel> implements com.microsoft.kiota.serialization.ValuedEnum
The enum to specify the channels for Microsoft Edge apps.
  • Enum Constant Details

    • Dev

      public static final MicrosoftEdgeChannel Dev
      The Dev Channel is intended to help you plan and develop with the latest capabilities of Microsoft Edge.
    • Beta

      public static final MicrosoftEdgeChannel Beta
      The Beta Channel is intended for production deployment to a representative sample set of users. New features ship about every 4 weeks. Security and quality updates ship as needed.
    • Stable

      public static final MicrosoftEdgeChannel Stable
      The Stable Channel is intended for broad deployment within organizations, and it's the channel that most users should be on. New features ship about every 4 weeks. Security and quality updates ship as needed.
    • UnknownFutureValue

      public static final MicrosoftEdgeChannel UnknownFutureValue
      Evolvable enumeration sentinel value. Do not use.
  • Field Details

    • value

      public final String value
  • Method Details

    • values

      public static MicrosoftEdgeChannel[] 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 MicrosoftEdgeChannel 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 MicrosoftEdgeChannel forValue(@Nonnull String searchValue)