public final class BinaryComparisonField extends ComparisonField
Represents the binary search field.
FieldName, owner
Modifier and Type | Method and Description |
---|---|
MailQuery |
equals(byte[] value)
Indicates that field must be equal to the specified value.
|
MailQuery |
equals(String value)
Indicates that field must be equal to the specified value.
|
MailQuery |
notEquals(byte[] value)
Indicates that field must not be equal to the specified value.
|
MailQuery |
notEquals(String value)
Indicates that field must not be equal to the specified value.
|
createKey, createKey
public final MailQuery equals(byte[] value)
Indicates that field must be equal to the specified value.
value
- The value.MailQuery
that represents search query (one searching criterion).public final MailQuery notEquals(byte[] value)
Indicates that field must not be equal to the specified value.
value
- The value.MailQuery
that represents search query (one searching criterion).public final MailQuery equals(String value)
Indicates that field must be equal to the specified value.
value
- The base 64 string value.MailQuery
that represents search query (one searching criterion).