public enum ListBlobsInclude extends Enum<ListBlobsInclude>
Enum Constant and Description |
---|
COPY |
METADATA |
SNAPSHOTS |
UNCOMMITTEDBLOBS |
Modifier and Type | Method and Description |
---|---|
static ListBlobsInclude |
fromValue(String symbol) |
String |
toString() |
static ListBlobsInclude |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListBlobsInclude[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListBlobsInclude COPY
public static final ListBlobsInclude METADATA
public static final ListBlobsInclude SNAPSHOTS
public static final ListBlobsInclude UNCOMMITTEDBLOBS
public static ListBlobsInclude[] values()
for (ListBlobsInclude c : ListBlobsInclude.values()) System.out.println(c);
public static ListBlobsInclude 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 nullpublic static ListBlobsInclude fromValue(String symbol)
public String toString()
toString
in class Enum<ListBlobsInclude>
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.