public class ESearchOptions extends QueryField
ESEARCH Result Options This method works only if server supports ESEARCH extension. Please, read more https://tools.ietf.org/html/rfc4315
FieldName, owner
Modifier and Type | Method and Description |
---|---|
MailQuery |
createQuery()
Creates the search key.
|
MailQuery |
createQuery(MailQueryBuilder owner)
Creates the search key.
|
boolean |
equals(Object obj) |
static ESearchOptions |
getMax()
Return the highest message
|
static ESearchOptions |
getMin()
Return the lowest message
|
ESearchOptions |
getNotDefined()
Not defined
|
static ESearchOptions |
op_Addition(ESearchOptions val1,
ESearchOptions val2)
Plus operation is defined
|
static boolean |
op_Equality(ESearchOptions val1,
ESearchOptions val2)
Equel operation is defined
|
static boolean |
op_Inequality(ESearchOptions val1,
ESearchOptions val2)
Not equel operation is defined
|
static ESearchOptions |
op_Subtraction(ESearchOptions val1,
ESearchOptions val2)
Minus operation is defined
|
String |
toString()
String representation of an object
|
public final ESearchOptions getNotDefined()
Not defined
public static ESearchOptions getMin()
Return the lowest message
public static ESearchOptions getMax()
Return the highest message
public static ESearchOptions op_Addition(ESearchOptions val1, ESearchOptions val2)
Plus operation is defined
val1
- val2
- public static ESearchOptions op_Subtraction(ESearchOptions val1, ESearchOptions val2)
Minus operation is defined
val1
- val2
- public static boolean op_Equality(ESearchOptions val1, ESearchOptions val2)
Equel operation is defined
val1
- val2
- public static boolean op_Inequality(ESearchOptions val1, ESearchOptions val2)
Not equel operation is defined
val1
- val2
- public boolean equals(Object obj)
public final MailQuery createQuery(MailQueryBuilder owner)
Creates the search key.
owner
- ownerMailQuery
that represents search query.public final MailQuery createQuery()
Creates the search key.
MailQuery
that represents search query.