Package com.microsoft.graph.models
Enum Class 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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Beta Channel is intended for production deployment to a representative sample set of users.The Dev Channel is intended to help you plan and develop with the latest capabilities of Microsoft Edge.The Stable Channel is intended for broad deployment within organizations, and it's the channel that most users should be on.Evolvable enumeration sentinel value. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic MicrosoftEdgeChannelgetValue()static MicrosoftEdgeChannelReturns the enum constant of this class with the specified name.static MicrosoftEdgeChannel[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Dev
The Dev Channel is intended to help you plan and develop with the latest capabilities of Microsoft Edge. -
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
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
Evolvable enumeration sentinel value. Do not use.
-
-
Field Details
-
value
-
-
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
-
getValue
- Specified by:
getValuein interfacecom.microsoft.kiota.serialization.ValuedEnum
-
forValue
-