Class WebPubSubClientProtocol

java.lang.Object
com.azure.core.util.ExpandableStringEnum<WebPubSubClientProtocol>
com.azure.messaging.webpubsub.models.WebPubSubClientProtocol

public final class WebPubSubClientProtocol extends com.azure.core.util.ExpandableStringEnum<WebPubSubClientProtocol>
Defines values for WebPubSubClientProtocol.
  • Field Details

  • Constructor Details

    • WebPubSubClientProtocol

      public WebPubSubClientProtocol()
  • Method Details

    • fromString

      public static WebPubSubClientProtocol fromString(String name)
      Creates or finds a WebPubSubClientProtocol from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding WebPubSubClientProtocol.
    • values

      public static Collection<WebPubSubClientProtocol> values()
      Gets known WebPubSubClientProtocol values.
      Returns:
      known WebPubSubClientProtocol values.