次の方法で共有


DeadLetterEndPointType Class

public final class DeadLetterEndPointType
extends ExpandableStringEnum<DeadLetterEndPointType>

Type of the endpoint for the dead letter destination.

Field Summary

Modifier and Type Field and Description
static final DeadLetterEndPointType STORAGE_BLOB

Static value StorageBlob for DeadLetterEndPointType.

Constructor Summary

Constructor Description
DeadLetterEndPointType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DeadLetterEndPointType value.

Method Summary

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

Creates or finds a DeadLetterEndPointType from its string representation.

static Collection<DeadLetterEndPointType> values()

Gets known DeadLetterEndPointType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

STORAGE_BLOB

public static final DeadLetterEndPointType STORAGE_BLOB

Static value StorageBlob for DeadLetterEndPointType.

Constructor Details

DeadLetterEndPointType

@Deprecated
public DeadLetterEndPointType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DeadLetterEndPointType value.

Method Details

fromString

public static DeadLetterEndPointType fromString(String name)

Creates or finds a DeadLetterEndPointType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DeadLetterEndPointType.

values

public static Collection<DeadLetterEndPointType> values()

Gets known DeadLetterEndPointType values.

Returns:

known DeadLetterEndPointType values.

Applies to