BaseSearchConditions
Inheritance: java.lang.Object
public abstract class BaseSearchConditions
Provides base class for the search conditions.
Constructors
Constructor | Description |
---|---|
BaseSearchConditions() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getCharset() | Gets or sets charset. |
getClass() | |
getSince() | Gets or sets the message date since which the search criteria matches. |
getText() | Gets or sets subject text. |
getUseUId() | Gets or sets a value indicating whether the search method returns sequence numbers or UIDs of messages. |
hashCode() | |
notify() | |
notifyAll() | |
setCharset(String value) | Gets or sets charset. |
setSince(Date value) | Gets or sets the message date since which the search criteria matches. |
setText(String value) | Gets or sets subject text. |
setUseUId(boolean value) | Gets or sets a value indicating whether the search method returns sequence numbers or UIDs of messages. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
BaseSearchConditions()
public BaseSearchConditions()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getCharset()
public final String getCharset()
Gets or sets charset. Indicates the charset of the strings that appear in the searching criteria.
Returns: java.lang.String
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getSince()
public final Date getSince()
Gets or sets the message date since which the search criteria matches.
Returns: java.util.Date
getText()
public final String getText()
Gets or sets subject text.
Returns: java.lang.String
getUseUId()
public final boolean getUseUId()
Gets or sets a value indicating whether the search method returns sequence numbers or UIDs of messages.
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setCharset(String value)
public final void setCharset(String value)
Gets or sets charset. Indicates the charset of the strings that appear in the searching criteria.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setSince(Date value)
public final void setSince(Date value)
Gets or sets the message date since which the search criteria matches.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
setText(String value)
public final void setText(String value)
Gets or sets subject text.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setUseUId(boolean value)
public final void setUseUId(boolean value)
Gets or sets a value indicating whether the search method returns sequence numbers or UIDs of messages.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
toString()
public String toString()
Returns: java.lang.String
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 |