Uses of Enum
com.azure.messaging.webpubsub.WebPubSubServiceVersion
Packages that use WebPubSubServiceVersion
Package
Description
Package containing classes for creating clients to perform operations on the Azure Web Pub Sub Service.
-
Uses of WebPubSubServiceVersion in com.azure.messaging.webpubsub
Methods in com.azure.messaging.webpubsub that return WebPubSubServiceVersionModifier and TypeMethodDescriptionstatic WebPubSubServiceVersionWebPubSubServiceVersion.getLatest()Gets the latest service version supported by this client library.static WebPubSubServiceVersionReturns the enum constant of this type with the specified name.static WebPubSubServiceVersion[]WebPubSubServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.messaging.webpubsub with parameters of type WebPubSubServiceVersionModifier and TypeMethodDescriptionWebPubSubServiceClientBuilder.serviceVersion(WebPubSubServiceVersion version) Sets theWebPubSubServiceVersionthat is used when making API requests.