Builder
class Builder
Properties
Link copied to clipboard
A list of nested filter objects.
Link copied to clipboard
A Boolean operator used to evaluate the search expression. If you want every conditional statement in all lists to be satisfied for the entire search expression to be true, specify And
. If only a single conditional statement needs to be true for the entire search expression to be true, specify Or
. The default value is And
.
Link copied to clipboard
A list of search expression objects.