Package com.azure.cosmos.util
Enum Beta.SinceVersion
- All Implemented Interfaces:
Serializable
,Comparable<Beta.SinceVersion>
,java.lang.constant.Constable
- Enclosing class:
- Beta
Azure library version numbers
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionv4.11.0v4.12.0v4.13.0v4.14.0v4.15.0v4.16.0v4.17.0v4.18.0v4.19.0v4.22.0v4.23.0v4.24.0v4.25.0v4.26.0v4.27.0v4.28.0v4.3.0v4.35.0v4.37.0v4.4.0v4.5.0v4.5.1v4.51.0v4.6.0v4.7.0v4.8.0v4.9.0 -
Method Summary
Modifier and TypeMethodDescriptionstatic Beta.SinceVersion
Returns the enum constant of this type with the specified name.static Beta.SinceVersion[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
V4_3_0
v4.3.0 -
V4_4_0
v4.4.0 -
V4_5_0
v4.5.0 -
V4_5_1
v4.5.1 -
V4_6_0
v4.6.0 -
V4_7_0
v4.7.0 -
V4_8_0
v4.8.0 -
V4_9_0
v4.9.0 -
V4_11_0
v4.11.0 -
V4_12_0
v4.12.0 -
V4_13_0
v4.13.0 -
V4_14_0
v4.14.0 -
V4_15_0
v4.15.0 -
V4_16_0
v4.16.0 -
V4_17_0
v4.17.0 -
V4_18_0
v4.18.0 -
V4_19_0
v4.19.0 -
V4_22_0
v4.22.0 -
V4_23_0
v4.23.0 -
V4_24_0
v4.24.0 -
V4_25_0
v4.25.0 -
V4_26_0
v4.26.0 -
V4_27_0
v4.27.0 -
V4_28_0
v4.28.0 -
V4_35_0
v4.35.0 -
V4_37_0
v4.37.0 -
V4_51_0
v4.51.0
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-