Package com.atlan.model.discovery
Class DiscoveryFilter
java.lang.Object
com.atlan.model.discovery.DiscoveryFilter
Class to compose a single filter criterion for use in a linkable query.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
DiscoveryFilter.DiscoveryFilterBuilder<C extends DiscoveryFilter,
B extends DiscoveryFilter.DiscoveryFilterBuilder<C, B>> -
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic DiscoveryFilter.DiscoveryFilterBuilder<?,
?> protected boolean
boolean
Singular key by which this criterion should be indexed in the filter map.Attribute(s) (properties) against which to filter.Operator to use to compare the operand to the value.TBCgetValue()
Value to compare the operand against.int
hashCode()
-
Constructor Details
-
DiscoveryFilter
-
-
Method Details
-
_internal
-
getFilterKey
Singular key by which this criterion should be indexed in the filter map. -
getOperand
Attribute(s) (properties) against which to filter. -
getOperator
Operator to use to compare the operand to the value. -
getValue
Value to compare the operand against. -
getRawOptions
TBC -
equals
-
canEqual
-
hashCode
public int hashCode()
-