public class MailboxStatisticsByKeywords
extends java.lang.Object
| Constructor and Description |
|---|
MailboxStatisticsByKeywords()
Instantiates a new mailbox statistics by keywords.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getFromDate()
Gets the from date.
|
boolean |
getIncludePersonalArchive()
Gets the include personal archive.
|
boolean |
getincludeUnsearchableItems()
Gets the include unsearchable items.
|
java.util.List<java.lang.String> |
getKeywords()
Gets the keywords.
|
java.lang.String |
getLanguage()
Gets the language.
|
java.util.List<UserMailbox> |
getMailboxes()
Gets the mailboxes.
|
java.util.List<SearchItemKind> |
getMessageTypes()
Gets the message types.
|
java.util.List<java.lang.String> |
getRecipients()
Gets the recipients.
|
boolean |
getSearchDumpster()
Gets the search dumpster.
|
java.util.List<java.lang.String> |
getSenders()
Gets the senders.
|
java.util.Date |
getToDate()
Gets the to date.
|
void |
setFromDate(java.util.Date fromDate)
Sets the from date.
|
void |
setIncludePersonalArchive(boolean includePersonalArchive)
Sets the include personal archive.
|
void |
setIncludeUnsearchableItems(boolean includeUnsearchableItems)
Sets the include unsearchable items.
|
void |
setLanguage(java.lang.String language)
Sets the language.
|
void |
setSearchDumpster(boolean searchDumpster)
Sets the search dumpster.
|
void |
setToDate(java.util.Date toDate)
Sets the to date.
|
public MailboxStatisticsByKeywords()
public java.util.List<UserMailbox> getMailboxes()
public java.util.List<java.lang.String> getKeywords()
public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language - the new languagepublic java.util.List<java.lang.String> getSenders()
public java.util.List<java.lang.String> getRecipients()
public java.util.Date getFromDate()
public void setFromDate(java.util.Date fromDate)
fromDate - the new from datepublic java.util.Date getToDate()
public void setToDate(java.util.Date toDate)
toDate - the new to datepublic java.util.List<SearchItemKind> getMessageTypes()
public boolean getSearchDumpster()
public void setSearchDumpster(boolean searchDumpster)
searchDumpster - the new search dumpsterpublic boolean getIncludePersonalArchive()
public void setIncludePersonalArchive(boolean includePersonalArchive)
includePersonalArchive - the new include personal archivepublic boolean getincludeUnsearchableItems()
public void setIncludeUnsearchableItems(boolean includeUnsearchableItems)
includeUnsearchableItems - the new include unsearchable items