java.lang.Object
com.azure.core.util.ExpandableStringEnum<ItemType>
com.azure.resourcemanager.applicationinsights.models.ItemType

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

    Fields
    Modifier and Type
    Field
    Description
    static final ItemType
    Static value function for ItemType.
    static final ItemType
    Static value none for ItemType.
    static final ItemType
    Static value query for ItemType.
    static final ItemType
    Static value recent for ItemType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static ItemType
    Creates or finds a ItemType from its string representation.
    Gets known ItemType 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

    • 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 Details

    • ItemType

      public ItemType()
  • Method Details

    • 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.
    • values

      public static Collection<ItemType> values()
      Gets known ItemType values.
      Returns:
      known ItemType values.