Class BooleanFilterField

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

public class BooleanFilterField extends DiscoveryFilterField
Represents any field in Atlan that can be used for discovery by truthiness.
  • Constructor Details

    • BooleanFilterField

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

    • eq

      public DiscoveryFilter eq(boolean value)
      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