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, orderBypublic 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).Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.