public static enum Beta.SinceVersion extends Enum<Beta.SinceVersion>
| Enum Constant and Description |
|---|
V4_4_0
v4.4.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_4_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 © 2020 Microsoft Corporation. All rights reserved.