DeadLetterEndPointType Class

public final class DeadLetterEndPointType
extends ExpandableStringEnum<DeadLetterEndPointType>

Defines values for DeadLetterEndPointType.

Field Summary

Modifier and Type Field and Description
static final DeadLetterEndPointType STORAGE_BLOB

Static value StorageBlob for DeadLetterEndPointType.

Constructor Summary

Constructor Description
DeadLetterEndPointType()

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()

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

public DeadLetterEndPointType()

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 values()

Returns:

known DeadLetterEndPointType values.

Applies to

Azure SDK for Java

Latest