次の方法で共有


DeliveryAttributeMappingType Class

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 DeliveryAttributeMappingType DYNAMIC

Static value Dynamic for DeliveryAttributeMappingType.

static final DeliveryAttributeMappingType STATIC

Static value Static for DeliveryAttributeMappingType.

Constructor Summary

Constructor Description
DeliveryAttributeMappingType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DeliveryAttributeMappingType value.

Method Summary

Modifier and Type Method and Description
static DeliveryAttributeMappingType fromString(String name)

Creates or finds a DeliveryAttributeMappingType from its string representation.

static Collection<DeliveryAttributeMappingType> values()

Gets known DeliveryAttributeMappingType values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding DeliveryAttributeMappingType.

values

public static Collection<DeliveryAttributeMappingType> values()

Gets known DeliveryAttributeMappingType values.

Returns:

known DeliveryAttributeMappingType values.

Applies to