public enum CallingServerServiceVersion extends Enum<CallingServerServiceVersion> implements com.azure.core.util.ServiceVersion
| Enum Constant and Description |
|---|
V2021_08_30_PREVIEW |
| Modifier and Type | Method and Description |
|---|---|
static CallingServerServiceVersion |
getLatest()
Gets the latest service version supported by this client library
|
String |
getVersion() |
static CallingServerServiceVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallingServerServiceVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CallingServerServiceVersion V2021_08_30_PREVIEW
public static CallingServerServiceVersion[] values()
public static CallingServerServiceVersion 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 nullpublic String getVersion()
getVersion in interface com.azure.core.util.ServiceVersionpublic static CallingServerServiceVersion getLatest()
CallingServerServiceVersion object.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.