Package com.atlan.model.enums
Enum Class UTMTags
- All Implemented Interfaces:
AtlanEnum
,Serializable
,Comparable<UTMTags>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionSearch was through changing a type filter (pill) in the UI (discovery).Asset was viewed, rather than an explicit search.Search was run through the Cmd-K popup.Search was through changing a filter in the UI (discovery).Assets were searched.Search was made from the assets (discovery) page.Asset was viewed from within a glossary.Search was made from the home page.Asset was viewed from within insights.Search was made via the Java SDK.Search was made via the Python SDK.Search was made via the webapp (UI).Search was through a UI filter (discovery).Listing of assets, usually by a particular type, in discovery page.Search was run using the UI popup searchbar.View was done of the full asset profile, not only sidebar.Search was run using the UI searchbar.View was done via the UI's sidebar. -
Method Summary
-
Enum Constant Details
-
PAGE_HOME
Search was made from the home page. -
PAGE_ASSETS
Search was made from the assets (discovery) page. -
PAGE_GLOSSARY
Asset was viewed from within a glossary. -
PAGE_INSIGHTS
Asset was viewed from within insights. -
PROJECT_WEBAPP
Search was made via the webapp (UI). -
PROJECT_SDK_JAVA
Search was made via the Java SDK. -
PROJECT_SDK_PYTHON
Search was made via the Python SDK. -
ACTION_SEARCHED
Assets were searched. -
ACTION_CMD_K
Search was run through the Cmd-K popup. -
ACTION_FILTER_CHANGED
Search was through changing a filter in the UI (discovery). -
ACTION_ASSET_TYPE_CHANGED
Search was through changing a type filter (pill) in the UI (discovery). -
ACTION_ASSET_VIEWED
Asset was viewed, rather than an explicit search. -
UI_SEARCHBAR
Search was run using the UI searchbar. -
UI_POPUP_SEARCHBAR
Search was run using the UI popup searchbar. -
UI_FILTERS
Search was through a UI filter (discovery). -
UI_SIDEBAR
View was done via the UI's sidebar. -
UI_PROFILE
View was done of the full asset profile, not only sidebar. -
UI_MAIN_LIST
Listing of assets, usually by a particular type, in discovery page.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
fromValue
-
getValue
-