Interface BooleanFilter

All Superinterfaces:
HasToRequest<BooleanFilterRequest>, Serializable

public interface BooleanFilter extends HasToRequest<BooleanFilterRequest>, Serializable
Represents a filter for boolean values. Note: The GraphQL schema shows typeId, but this seems to be an error - it should only have eq. minProperties = 1, maxProperties = 1.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the boolean value to match (equals).

    Methods inherited from interface HasToRequest

    toRequest
  • Method Details

    • getEq

      Boolean getEq()
      Returns the boolean value to match (equals).
      Returns:
      the boolean value to match, or null if not specified