Class ExactMatchFilterField

Direct Known Subclasses:
StringFilterField

public class ExactMatchFilterField extends StrictEqualityFilterField
Represents any field in Atlan that can be used for discovery by either exactly matching (or not matching) a value.
  • Constructor Details

    • ExactMatchFilterField

      public ExactMatchFilterField(String field)
      Default constructor
      Parameters:
      field - name of the field to filter by (singular)
    • ExactMatchFilterField

      public ExactMatchFilterField(List<String> fields)
      Default constructor
      Parameters:
      fields - names of the fields to filter by (multiple)
  • Method Details

    • neq

      public DiscoveryFilter neq(String value)
      Returns a query that will match all assets whose provided field has a value that does not exactly equal the provided value.
      Parameters:
      value - the value to check the field's value is NOT exactly equal to
      Returns:
      a query that will only match assets whose value for the field is not exactly equal to the provided value