Package com.atlan.model.lineage
Class LineageFilterFieldBoolean
java.lang.Object
com.atlan.model.lineage.LineageFilterField
com.atlan.model.lineage.LineageFilterFieldBoolean
Class used to provide a proxy to building up a lineage filter with the appropriate
 subset of conditions available, for boolean fields.
- 
Field SummaryFields inherited from class com.atlan.model.lineage.LineageFilterFieldfield
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns a filter that will match all assets whose provided field has a value that is exactly the provided value.Returns a filter that will match all assets whose provided field has a value that is not exactly the provided value.Methods inherited from class com.atlan.model.lineage.LineageFilterFieldbuild, getField, hasAnyValue, hasNoValue
- 
Constructor Details- 
LineageFilterFieldBoolean
 
- 
- 
Method Details- 
eqReturns a filter that will match all assets whose provided field has a value that is exactly the provided value.- Parameters:
- value- the value to check the field's value equals
- Returns:
- a filter that will only match assets whose value for the field is exactly the value provided
 
- 
neqReturns a filter that will match all assets whose provided field has a value that is not exactly the provided value.- Parameters:
- value- the value to check the field's value does not equal
- Returns:
- a filter that will only match assets whose value for the field is not exactly the value provided
 
 
-