Share via


CallAutomationServiceVersion Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.communication.callautomation.CallAutomationServiceVersion

public enum CallAutomationServiceVersion
extends Enum<CallAutomationServiceVersion>
implements ServiceVersion

Versions of CallAutomation service supported by this client library.

Implements

Fields

V2023_03_06

Service version 2023-03-06.

V2023_10_15

Service version 2023-10-15.

V2024_04_15

Service version 2024-04-15.

V2024_09_15

Service version 2024-09-15.

V2025_05_15

Service version 2025-05-15.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

getLatest()

public static CallAutomationServiceVersion getLatest()

Gets the latest service version supported by this client library

Returns

getVersion()

public String getVersion()

Returns

valueOf(String name)

public static CallAutomationServiceVersion valueOf(String name)

Parameters

name
String

Returns

values()

public static CallAutomationServiceVersion[] values()

Returns

Applies to