public final class BoolComparisonField extends ComparisonField
Represents the boolean search field.
FieldName, owner
Modifier and Type | Method and Description |
---|---|
MailQuery |
equals(boolean value)
Indicates that field must be
equal to the specified value.
|
MailQuery |
notEquals(boolean value)
Indicates that field must not be
equal to the specified value.
|
createKey, createKey
public MailQuery equals(boolean value)
Indicates that field must be equal to the specified value.
value
- The value.MailQuery
that represents search query (one searching criterion).public MailQuery notEquals(boolean value)
Indicates that field must not be equal to the specified value.
value
- The value.MailQuery
that represents search query (one searching criterion).Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.