public abstract class BaseSearchConditions extends Object
Provides base class for the search conditions.
Constructor and Description |
---|
BaseSearchConditions() |
Modifier and Type | Method and Description |
---|---|
String |
getCharset()
Gets or sets charset.
|
Date |
getSince()
Gets or sets the message date since
which the search criteria matches.
|
String |
getText()
Gets or sets subject text.
|
boolean |
getUseUId()
Gets or sets a value indicating whether
the search method returns sequence numbers or UIDs of messages.
|
void |
setCharset(String value)
Gets or sets charset.
|
void |
setSince(Date value)
Gets or sets the message date since
which the search criteria matches.
|
void |
setText(String value)
Gets or sets subject text.
|
void |
setUseUId(boolean value)
Gets or sets a value indicating whether
the search method returns sequence numbers or UIDs of messages.
|
public final boolean getUseUId()
Gets or sets a value indicating whether the search method returns sequence numbers or UIDs of messages.
public final void setUseUId(boolean value)
Gets or sets a value indicating whether the search method returns sequence numbers or UIDs of messages.
public final String getCharset()
Gets or sets charset. Indicates the charset of the strings that appear in the searching criteria.
public final void setCharset(String value)
Gets or sets charset. Indicates the charset of the strings that appear in the searching criteria.
public final String getText()
Gets or sets subject text.
public final void setText(String value)
Gets or sets subject text.
public final Date getSince()
Gets or sets the message date since which the search criteria matches.
public final void setSince(Date value)
Gets or sets the message date since which the search criteria matches.
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.