Uses of Class
com.azure.messaging.webpubsub.WebPubSubServiceVersion
-
Packages that use WebPubSubServiceVersion Package Description com.azure.messaging.webpubsub 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 WebPubSubServiceVersion Modifier and Type Method Description static WebPubSubServiceVersionWebPubSubServiceVersion. getLatest()Gets the latest service version supported by this client library.static WebPubSubServiceVersionWebPubSubServiceVersion. valueOf(String name)Returns 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 WebPubSubServiceVersion Modifier and Type Method Description WebPubSubServiceClientBuilderWebPubSubServiceClientBuilder. serviceVersion(WebPubSubServiceVersion version)Sets theWebPubSubServiceVersionthat is used when making API requests.
-