Class ObjectType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ObjectType>
-
- com.azure.resourcemanager.storage.models.ObjectType
-
public final class ObjectType extends com.azure.core.util.ExpandableStringEnum<ObjectType>
Defines values for ObjectType.
-
-
Field Summary
Fields Modifier and Type Field Description static ObjectTypeBLOBStatic value Blob for ObjectType.static ObjectTypeCONTAINERStatic value Container for ObjectType.
-
Constructor Summary
Constructors Constructor Description ObjectType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectTypefromString(String name)Creates or finds a ObjectType from its string representation.static Collection<ObjectType>values()
-
-
-
Field Detail
-
BLOB
public static final ObjectType BLOB
Static value Blob for ObjectType.
-
CONTAINER
public static final ObjectType CONTAINER
Static value Container for ObjectType.
-
-
Method Detail
-
fromString
public static ObjectType fromString(String name)
Creates or finds a ObjectType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ObjectType.
-
values
public static Collection<ObjectType> values()
- Returns:
- known ObjectType values.
-
-