Uses of Enum
com.azure.communication.chat.ChatServiceVersion
Packages that use ChatServiceVersion
Package
Description
Package containing the classes for AzureCommunicationChatService.
-
Uses of ChatServiceVersion in com.azure.communication.chat
Methods in com.azure.communication.chat that return ChatServiceVersionModifier and TypeMethodDescriptionstatic ChatServiceVersionChatServiceVersion.getLatest()Gets the latest service version supported by this client librarystatic ChatServiceVersionReturns the enum constant of this type with the specified name.static ChatServiceVersion[]ChatServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.communication.chat with parameters of type ChatServiceVersionModifier and TypeMethodDescriptionChatClientBuilder.serviceVersion(ChatServiceVersion version) Sets theChatServiceVersionthat is used when making API requests.ChatThreadClientBuilder.serviceVersion(ChatServiceVersion version) Sets theChatServiceVersionthat is used when making API requests.