Class WebPubSubRequestType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<WebPubSubRequestType>
com.azure.resourcemanager.webpubsub.models.WebPubSubRequestType

public final class WebPubSubRequestType extends com.azure.core.util.ExpandableStringEnum<WebPubSubRequestType>
The incoming request type to the service.
  • Field Details

    • CLIENT_CONNECTION

      public static final WebPubSubRequestType CLIENT_CONNECTION
      Static value ClientConnection for WebPubSubRequestType.
    • SERVER_CONNECTION

      public static final WebPubSubRequestType SERVER_CONNECTION
      Static value ServerConnection for WebPubSubRequestType.
    • RESTAPI

      public static final WebPubSubRequestType RESTAPI
      Static value RESTAPI for WebPubSubRequestType.
    • TRACE

      public static final WebPubSubRequestType TRACE
      Static value Trace for WebPubSubRequestType.
  • Constructor Details

    • WebPubSubRequestType

      public WebPubSubRequestType()
  • Method Details

    • fromString

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

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