Class DeliveryAttributeMappingType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<DeliveryAttributeMappingType>
-
- com.azure.resourcemanager.eventgrid.models.DeliveryAttributeMappingType
-
public final class DeliveryAttributeMappingType extends com.azure.core.util.ExpandableStringEnum<DeliveryAttributeMappingType>
Defines values for DeliveryAttributeMappingType.
-
-
Field Summary
Fields Modifier and Type Field Description static DeliveryAttributeMappingTypeDYNAMICStatic value Dynamic for DeliveryAttributeMappingType.static DeliveryAttributeMappingTypeSTATICStatic value Static for DeliveryAttributeMappingType.
-
Constructor Summary
Constructors Constructor Description DeliveryAttributeMappingType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DeliveryAttributeMappingTypefromString(String name)Creates or finds a DeliveryAttributeMappingType from its string representation.static Collection<DeliveryAttributeMappingType>values()
-
-
-
Field Detail
-
STATIC
public static final DeliveryAttributeMappingType STATIC
Static value Static for DeliveryAttributeMappingType.
-
DYNAMIC
public static final DeliveryAttributeMappingType DYNAMIC
Static value Dynamic for DeliveryAttributeMappingType.
-
-
Method Detail
-
fromString
public static DeliveryAttributeMappingType fromString(String name)
Creates or finds a DeliveryAttributeMappingType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DeliveryAttributeMappingType.
-
values
public static Collection<DeliveryAttributeMappingType> values()
- Returns:
- known DeliveryAttributeMappingType values.
-
-