public static enum Beta.SinceVersion extends Enum<Beta.SinceVersion>
Enum Constant and Description |
---|
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_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
|
Modifier and Type | Method and Description |
---|---|
static Beta.SinceVersion |
valueOf(String name)
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.
|
public static final Beta.SinceVersion V4_3_0
public static final Beta.SinceVersion V4_4_0
public static final Beta.SinceVersion V4_5_0
public static final Beta.SinceVersion V4_5_1
public static final Beta.SinceVersion V4_6_0
public static final Beta.SinceVersion V4_7_0
public static final Beta.SinceVersion V4_8_0
public static final Beta.SinceVersion V4_9_0
public static final Beta.SinceVersion V4_11_0
public static final Beta.SinceVersion V4_12_0
public static final Beta.SinceVersion V4_13_0
public static final Beta.SinceVersion V4_14_0
public static final Beta.SinceVersion V4_15_0
public static final Beta.SinceVersion V4_16_0
public static final Beta.SinceVersion V4_17_0
public static final Beta.SinceVersion V4_18_0
public static Beta.SinceVersion[] values()
public static Beta.SinceVersion valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021 Microsoft Corporation. All rights reserved.