Class ItemType


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

      • NONE

        public static final ItemType NONE
        Static value none for ItemType.
      • QUERY

        public static final ItemType QUERY
        Static value query for ItemType.
      • RECENT

        public static final ItemType RECENT
        Static value recent for ItemType.
      • FUNCTION

        public static final ItemType FUNCTION
        Static value function for ItemType.
    • Constructor Detail

      • ItemType

        public ItemType()
    • Method Detail

      • fromString

        public static ItemType fromString​(String name)
        Creates or finds a ItemType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding ItemType.