Class EnumFilterField

java.lang.Object
com.atlan.model.discovery.DiscoveryFilterField
com.atlan.model.discovery.EnumFilterField

public class EnumFilterField extends DiscoveryFilterField
Represents any field in Atlan that can be used for discovery by a predefined set of values.
  • Constructor Details

    • EnumFilterField

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

    • in

      public DiscoveryFilter in(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.
      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