Class ItemTypeParameter


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

      • NONE

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

        public static final ItemTypeParameter QUERY
        Static value query for ItemTypeParameter.
      • FUNCTION

        public static final ItemTypeParameter FUNCTION
        Static value function for ItemTypeParameter.
      • FOLDER

        public static final ItemTypeParameter FOLDER
        Static value folder for ItemTypeParameter.
      • RECENT

        public static final ItemTypeParameter RECENT
        Static value recent for ItemTypeParameter.
    • Constructor Detail

      • ItemTypeParameter

        public ItemTypeParameter()
    • Method Detail

      • fromString

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