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>
This is a required field. This field specifies the scope of the inventory created either at the blob or container level.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ObjectType
    Static value Blob for ObjectType.
    static final ObjectType
    Static value Container for ObjectType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static ObjectType
    Creates or finds a ObjectType from its string representation.
    Gets known ObjectType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • BLOB

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

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

    • ObjectType

      public ObjectType()
  • Method Details

    • 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()
      Gets known ObjectType values.
      Returns:
      known ObjectType values.