Enum Class UTMTags

java.lang.Object
java.lang.Enum<UTMTags>
com.atlan.model.enums.UTMTags
All Implemented Interfaces:
AtlanEnum, Serializable, Comparable<UTMTags>, Constable

public enum UTMTags extends Enum<UTMTags> implements AtlanEnum
  • Enum Constant Details

    • PAGE_HOME

      public static final UTMTags PAGE_HOME
      Search was made from the home page.
    • PAGE_ASSETS

      public static final UTMTags PAGE_ASSETS
      Search was made from the assets (discovery) page.
    • PAGE_GLOSSARY

      public static final UTMTags PAGE_GLOSSARY
      Asset was viewed from within a glossary.
    • PAGE_INSIGHTS

      public static final UTMTags PAGE_INSIGHTS
      Asset was viewed from within insights.
    • PROJECT_WEBAPP

      public static final UTMTags PROJECT_WEBAPP
      Search was made via the webapp (UI).
    • PROJECT_SDK_JAVA

      public static final UTMTags PROJECT_SDK_JAVA
      Search was made via the Java SDK.
    • PROJECT_SDK_PYTHON

      public static final UTMTags PROJECT_SDK_PYTHON
      Search was made via the Python SDK.
    • ACTION_SEARCHED

      public static final UTMTags ACTION_SEARCHED
      Assets were searched.
    • ACTION_CMD_K

      public static final UTMTags ACTION_CMD_K
      Search was run through the Cmd-K popup.
    • ACTION_FILTER_CHANGED

      public static final UTMTags ACTION_FILTER_CHANGED
      Search was through changing a filter in the UI (discovery).
    • ACTION_ASSET_TYPE_CHANGED

      public static final UTMTags ACTION_ASSET_TYPE_CHANGED
      Search was through changing a type filter (pill) in the UI (discovery).
    • ACTION_ASSET_VIEWED

      public static final UTMTags ACTION_ASSET_VIEWED
      Asset was viewed, rather than an explicit search.
    • UI_FILTERS

      public static final UTMTags UI_FILTERS
      Search was through a UI filter (discovery).
    • UI_SIDEBAR

      public static final UTMTags UI_SIDEBAR
      View was done via the UI's sidebar.
    • UI_PROFILE

      public static final UTMTags UI_PROFILE
      View was done of the full asset profile, not only sidebar.
    • UI_MAIN_LIST

      public static final UTMTags UI_MAIN_LIST
      Listing of assets, usually by a particular type, in discovery page.
  • Method Details

    • values

      public static UTMTags[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static UTMTags valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromValue

      public static UTMTags fromValue(String value)
    • getValue

      public String getValue()
      Specified by:
      getValue in interface AtlanEnum