Uses of Enum
com.azure.communication.phonenumbers.PhoneNumbersServiceVersion
Packages that use PhoneNumbersServiceVersion
Package
Description
Package containing the classes for AzureCommunicationPhoneNumbers.
-
Uses of PhoneNumbersServiceVersion in com.azure.communication.phonenumbers
Methods in com.azure.communication.phonenumbers that return PhoneNumbersServiceVersionModifier and TypeMethodDescriptionstatic PhoneNumbersServiceVersionPhoneNumbersServiceVersion.getLatest()Gets the latest service version supported by this client librarystatic PhoneNumbersServiceVersionReturns the enum constant of this type with the specified name.static PhoneNumbersServiceVersion[]PhoneNumbersServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.communication.phonenumbers with parameters of type PhoneNumbersServiceVersionModifier and TypeMethodDescriptionPhoneNumbersClientBuilder.serviceVersion(PhoneNumbersServiceVersion version) Sets thePhoneNumbersServiceVersionthat is used when making API requests.