Package com.atlan.model.discovery
Class BooleanFilterField
java.lang.Object
com.atlan.model.discovery.DiscoveryFilterField
com.atlan.model.discovery.BooleanFilterField
Represents any field in Atlan that can be used for discovery by truthiness.
-
Field Summary
Fields inherited from class com.atlan.model.discovery.DiscoveryFilterField
fields, filerKey
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioneq
(boolean value) Returns a query that will match all assets whose provided field has a value that exactly equals the provided boolean value.Methods inherited from class com.atlan.model.discovery.DiscoveryFilterField
build, getFields, getFilerKey, hasAnyValue, hasNoValue
-
Constructor Details
-
BooleanFilterField
Default constructor- Parameters:
field
- name of the field to filter by (singular)
-
-
Method Details
-
eq
Returns a query that will match all assets whose provided field has a value that exactly equals the provided boolean value.- Parameters:
value
- the value (boolean) 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 the boolean value provided
-