ESearchOptions
Inheritance: java.lang.Object, com.aspose.email.QueryField
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
Methods
Method | Description |
---|---|
createQuery() | Creates the search key. |
createQuery(MailQueryBuilder owner) | Creates the search key. |
equals(Object obj) | |
getClass() | |
getMax() | Return the highest message |
getMin() | Return the lowest message |
getNotDefined() | Not defined |
hashCode() | |
notify() | |
notifyAll() | |
op_Addition(ESearchOptions val1, ESearchOptions val2) | Plus operation is defined |
op_Equality(ESearchOptions val1, ESearchOptions val2) | Equel operation is defined |
op_Inequality(ESearchOptions val1, ESearchOptions val2) | Not equel operation is defined |
op_Subtraction(ESearchOptions val1, ESearchOptions val2) | Minus operation is defined |
toString() | String representation of an object |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
createQuery()
public final MailQuery createQuery()
Creates the search key.
Returns: MailQuery - MailQuery that represents search query.
createQuery(MailQueryBuilder owner)
public final MailQuery createQuery(MailQueryBuilder owner)
Creates the search key.
Parameters:
Parameter | Type | Description |
---|---|---|
owner | MailQueryBuilder | owner |
Returns: MailQuery - MailQuery that represents search query.
equals(Object obj)
public boolean equals(Object obj)
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object |
Returns: boolean -
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getMax()
public static ESearchOptions getMax()
Return the highest message
Returns: ESearchOptions
getMin()
public static ESearchOptions getMin()
Return the lowest message
Returns: ESearchOptions
getNotDefined()
public static ESearchOptions getNotDefined()
Not defined
Returns: ESearchOptions
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
op_Addition(ESearchOptions val1, ESearchOptions val2)
public static ESearchOptions op_Addition(ESearchOptions val1, ESearchOptions val2)
Plus operation is defined
Parameters:
Parameter | Type | Description |
---|---|---|
val1 | ESearchOptions | |
val2 | ESearchOptions |
Returns: ESearchOptions
op_Equality(ESearchOptions val1, ESearchOptions val2)
public static boolean op_Equality(ESearchOptions val1, ESearchOptions val2)
Equel operation is defined
Parameters:
Parameter | Type | Description |
---|---|---|
val1 | ESearchOptions | |
val2 | ESearchOptions |
Returns: boolean -
op_Inequality(ESearchOptions val1, ESearchOptions val2)
public static boolean op_Inequality(ESearchOptions val1, ESearchOptions val2)
Not equel operation is defined
Parameters:
Parameter | Type | Description |
---|---|---|
val1 | ESearchOptions | |
val2 | ESearchOptions |
Returns: boolean -
op_Subtraction(ESearchOptions val1, ESearchOptions val2)
public static ESearchOptions op_Subtraction(ESearchOptions val1, ESearchOptions val2)
Minus operation is defined
Parameters:
Parameter | Type | Description |
---|---|---|
val1 | ESearchOptions | |
val2 | ESearchOptions |
Returns: ESearchOptions
toString()
public String toString()
String representation of an object
Returns: java.lang.String - string representation of an object
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |