StaticRoutingEnrichmentType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. eventgrid. models. StaticRoutingEnrichmentType
- com.
- com.
public final class StaticRoutingEnrichmentType
extends ExpandableStringEnum<StaticRoutingEnrichmentType>
Static routing enrichment value type. For e.g. this property value can be 'String'.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Static |
STRING
Static value String for Static |
Constructor Summary
| Constructor | Description |
|---|---|
| StaticRoutingEnrichmentType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Static |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Static |
fromString(String name)
Creates or finds a Static |
|
static
Collection<Static |
values()
Gets known Static |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
STRING
public static final StaticRoutingEnrichmentType STRING
Static value String for StaticRoutingEnrichmentType.
Constructor Details
StaticRoutingEnrichmentType
@Deprecated
public StaticRoutingEnrichmentType()
Deprecated
Creates a new instance of StaticRoutingEnrichmentType value.
Method Details
fromString
public static StaticRoutingEnrichmentType fromString(String name)
Creates or finds a StaticRoutingEnrichmentType from its string representation.
Parameters:
Returns:
values
public static Collection<StaticRoutingEnrichmentType> values()
Gets known StaticRoutingEnrichmentType values.
Returns: