Uses of Enum
com.azure.communication.callautomation.CallAutomationServiceVersion
Packages that use CallAutomationServiceVersion
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
-
Uses of CallAutomationServiceVersion in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation that return CallAutomationServiceVersionModifier and TypeMethodDescriptionstatic CallAutomationServiceVersionCallAutomationServiceVersion.getLatest()Gets the latest service version supported by this client librarystatic CallAutomationServiceVersionReturns the enum constant of this type with the specified name.static CallAutomationServiceVersion[]CallAutomationServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.communication.callautomation with parameters of type CallAutomationServiceVersionModifier and TypeMethodDescriptionCallAutomationClientBuilder.serviceVersion(CallAutomationServiceVersion version) Sets theCallAutomationServiceVersionthat is used when making API requests.