public static enum BlobEndpointBuilderFactory.BlockListType extends Enum<BlobEndpointBuilderFactory.BlockListType>
com.azure.storage.blob.models.BlockListType
enum.| Enum Constant and Description |
|---|
ALL |
COMMITTED |
UNCOMMITTED |
| Modifier and Type | Method and Description |
|---|---|
static BlobEndpointBuilderFactory.BlockListType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlobEndpointBuilderFactory.BlockListType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlobEndpointBuilderFactory.BlockListType COMMITTED
public static final BlobEndpointBuilderFactory.BlockListType UNCOMMITTED
public static final BlobEndpointBuilderFactory.BlockListType ALL
public static BlobEndpointBuilderFactory.BlockListType[] values()
for (BlobEndpointBuilderFactory.BlockListType c : BlobEndpointBuilderFactory.BlockListType.values()) System.out.println(c);
public static BlobEndpointBuilderFactory.BlockListType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullApache Camel