WebPubSubRequestType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. webpubsub. models. WebPubSubRequestType
- com.
- com.
public final class WebPubSubRequestType
extends ExpandableStringEnum<WebPubSubRequestType>
The incoming request type to the service.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Web |
CLIENT_CONNECTION
Static value Client |
|
static final
Web |
RESTAPI
Static value RESTAPI for Web |
|
static final
Web |
SERVER_CONNECTION
Static value Server |
|
static final
Web |
TRACE
Static value Trace for Web |
Constructor Summary
| Constructor | Description |
|---|---|
| WebPubSubRequestType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Web |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Web |
fromString(String name)
Creates or finds a Web |
|
static
Collection<Web |
values()
Gets known Web |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CLIENT_CONNECTION
public static final WebPubSubRequestType CLIENT_CONNECTION
Static value ClientConnection for WebPubSubRequestType.
RESTAPI
public static final WebPubSubRequestType RESTAPI
Static value RESTAPI for WebPubSubRequestType.
SERVER_CONNECTION
public static final WebPubSubRequestType SERVER_CONNECTION
Static value ServerConnection for WebPubSubRequestType.
TRACE
public static final WebPubSubRequestType TRACE
Static value Trace for WebPubSubRequestType.
Constructor Details
WebPubSubRequestType
@Deprecated
public WebPubSubRequestType()
Deprecated
Creates a new instance of WebPubSubRequestType value.
Method Details
fromString
public static WebPubSubRequestType fromString(String name)
Creates or finds a WebPubSubRequestType from its string representation.
Parameters:
Returns:
values
public static Collection<WebPubSubRequestType> values()
Gets known WebPubSubRequestType values.
Returns: