Package com.microsoft.graph.models
Enum Class BrowserSiteCompatibilityMode
java.lang.Object
java.lang.Enum<BrowserSiteCompatibilityMode>
com.microsoft.graph.models.BrowserSiteCompatibilityMode
- All Implemented Interfaces:
com.microsoft.kiota.serialization.ValuedEnum,Serializable,Comparable<BrowserSiteCompatibilityMode>,Constable
@Generated("com.microsoft.kiota")
public enum BrowserSiteCompatibilityMode
extends Enum<BrowserSiteCompatibilityMode>
implements com.microsoft.kiota.serialization.ValuedEnum
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionLoads the site using default compatibility mode.Loads the site in internetExplorer10Loads the site in internetExplorer11Loads the site in internetExplorer5Loads the site in internetExplorer7Loads the site in internetExplorer7 Enterprise ModeLoads the site in internetExplorer8Loads the site in internetExplorer8 Enterprise ModeLoads the site in internetExplorer9Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic BrowserSiteCompatibilityModegetValue()static BrowserSiteCompatibilityModeReturns the enum constant of this class with the specified name.static BrowserSiteCompatibilityMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Default
Loads the site using default compatibility mode. -
InternetExplorer8Enterprise
Loads the site in internetExplorer8 Enterprise Mode -
InternetExplorer7Enterprise
Loads the site in internetExplorer7 Enterprise Mode -
InternetExplorer11
Loads the site in internetExplorer11 -
InternetExplorer10
Loads the site in internetExplorer10 -
InternetExplorer9
Loads the site in internetExplorer9 -
InternetExplorer8
Loads the site in internetExplorer8 -
InternetExplorer7
Loads the site in internetExplorer7 -
InternetExplorer5
Loads the site in internetExplorer5 -
UnknownFutureValue
Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary.
-
-
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
-