Class ItemScopePath


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

      • ANALYTICS_ITEMS

        public static final ItemScopePath ANALYTICS_ITEMS
        Static value analyticsItems for ItemScopePath.
      • MYANALYTICS_ITEMS

        public static final ItemScopePath MYANALYTICS_ITEMS
        Static value myanalyticsItems for ItemScopePath.
    • Constructor Detail

      • ItemScopePath

        public ItemScopePath()
    • Method Detail

      • fromString

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