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