Uses of Enum
com.azure.communication.identity.CommunicationIdentityServiceVersion
Packages that use CommunicationIdentityServiceVersion
Package
Description
Package containing the classes for AzureCommunicationIdentity.
-
Uses of CommunicationIdentityServiceVersion in com.azure.communication.identity
Methods in com.azure.communication.identity that return CommunicationIdentityServiceVersionModifier and TypeMethodDescriptionCommunicationIdentityServiceVersion.getLatest()Gets the latest service version supported by this client libraryReturns the enum constant of this type with the specified name.static CommunicationIdentityServiceVersion[]CommunicationIdentityServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.communication.identity with parameters of type CommunicationIdentityServiceVersionModifier and TypeMethodDescriptionCommunicationIdentityClientBuilder.serviceVersion(CommunicationIdentityServiceVersion version) Sets theCommunicationIdentityServiceVersionthat is used when making API requests.