| Package | Description |
|---|---|
| com.azure.communication.callingserver |
Package containing the classes for AzureCommunicationCallingServer.
|
| Modifier and Type | Method and Description |
|---|---|
static CallingServerServiceVersion |
CallingServerServiceVersion.getLatest()
Gets the latest service version supported by this client library
|
static CallingServerServiceVersion |
CallingServerServiceVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallingServerServiceVersion[] |
CallingServerServiceVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CallingServerClientBuilder |
CallingServerClientBuilder.serviceVersion(CallingServerServiceVersion version)
Sets the
CallingServerServiceVersion that is used when making API requests. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.