Models a query used to search for messages. A query is the logical AND
of the contained criteria.
Each Criterion
is composed of an Operator
(combining value and operation) together with field information (optional since the criteria type may imply a particular field). Factory methods are provided for criteria.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|