Package com.azure.storage.blob.models
Enum ListBlobsIncludeItem
- All Implemented Interfaces:
Serializable
,Comparable<ListBlobsIncludeItem>
,java.lang.constant.Constable
Defines values for ListBlobsIncludeItem.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionEnum value copy.Enum value deleted.Enum value deletedwithversions.Enum value immutabilitypolicy.Enum value legalhold.Enum value metadata.Enum value snapshots.Enum value tags.Enum value uncommittedblobs.Enum value versions. -
Method Summary
Modifier and TypeMethodDescriptionstatic ListBlobsIncludeItem
fromString
(String value) Parses a serialized value to a ListBlobsIncludeItem instance.toString()
static ListBlobsIncludeItem
Returns the enum constant of this type with the specified name.static ListBlobsIncludeItem[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
COPY
Enum value copy. -
DELETED
Enum value deleted. -
METADATA
Enum value metadata. -
SNAPSHOTS
Enum value snapshots. -
UNCOMMITTEDBLOBS
Enum value uncommittedblobs. -
VERSIONS
Enum value versions. -
TAGS
Enum value tags. -
IMMUTABILITY_POLICY
Enum value immutabilitypolicy. -
LEGAL_HOLD
Enum value legalhold. -
DELETED_WITH_VERSIONS
Enum value deletedwithversions.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromString
Parses a serialized value to a ListBlobsIncludeItem instance.- Parameters:
value
- the serialized value to parse.- Returns:
- the parsed ListBlobsIncludeItem object, or null if unable to parse.
-
toString
- Overrides:
toString
in classEnum<ListBlobsIncludeItem>
-