Class ObjectType


  • public final class ObjectType
    extends com.azure.core.util.ExpandableStringEnum<ObjectType>
    Defines values for ObjectType.
    • Field Detail

      • BLOB

        public static final ObjectType BLOB
        Static value Blob for ObjectType.
      • CONTAINER

        public static final ObjectType CONTAINER
        Static value Container for ObjectType.
    • Constructor Detail

      • ObjectType

        public 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.