Package com.atlan.model.discovery
Class EnumFilterField
java.lang.Object
com.atlan.model.discovery.DiscoveryFilterField
com.atlan.model.discovery.EnumFilterField
Represents any field in Atlan that can be used for discovery by a predefined set of values.
-
Field Summary
Fields inherited from class com.atlan.model.discovery.DiscoveryFilterField
fields, filerKey
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionin
(Collection<String> values) Returns a query that will match all assets whose provided field has a value that exactly equals one of the provided enumerated values.Methods inherited from class com.atlan.model.discovery.DiscoveryFilterField
build, getFields, getFilerKey, hasAnyValue, hasNoValue
-
Constructor Details
-
EnumFilterField
Default constructor- Parameters:
field
- name of the field to filter by (singular)
-
-
Method Details
-
in
Returns a query that will match all assets whose provided field has a value that exactly equals one of the provided enumerated values.- Parameters:
values
- the values to check the field's value is exactly equal to- Returns:
- a query that will only match assets whose value for the field is exactly equal to one of the provided values
-