Interface BooleanFilter
- All Superinterfaces:
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
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
-