DeliveryAttributeMappingType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. eventgrid. models. DeliveryAttributeMappingType
- com.
- com.
public final class DeliveryAttributeMappingType
extends ExpandableStringEnum<DeliveryAttributeMappingType>
Type of the delivery attribute or header name.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Delivery |
DYNAMIC
Static value Dynamic for Delivery |
|
static final
Delivery |
STATIC
Static value Static for Delivery |
Constructor Summary
| Constructor | Description |
|---|---|
| DeliveryAttributeMappingType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Delivery |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Delivery |
fromString(String name)
Creates or finds a Delivery |
|
static
Collection<Delivery |
values()
Gets known Delivery |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DYNAMIC
public static final DeliveryAttributeMappingType DYNAMIC
Static value Dynamic for DeliveryAttributeMappingType.
STATIC
public static final DeliveryAttributeMappingType STATIC
Static value Static for DeliveryAttributeMappingType.
Constructor Details
DeliveryAttributeMappingType
@Deprecated
public DeliveryAttributeMappingType()
Deprecated
Creates a new instance of DeliveryAttributeMappingType value.
Method Details
fromString
public static DeliveryAttributeMappingType fromString(String name)
Creates or finds a DeliveryAttributeMappingType from its string representation.
Parameters:
Returns:
values
public static Collection<DeliveryAttributeMappingType> values()
Gets known DeliveryAttributeMappingType values.
Returns: