org.alfresco.repo.imap
Class ImapService.FolderStatus
java.lang.Object
org.alfresco.repo.imap.ImapService.FolderStatus
- Enclosing interface:
- ImapService
public static class ImapService.FolderStatus
- extends java.lang.Object
|
Constructor Summary |
ImapService.FolderStatus(int messageCount,
int recentCount,
int firstUnseen,
int unseenCount,
long uidValidity,
java.lang.String changeToken,
java.util.NavigableMap search)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messageCount
public final int messageCount
recentCount
public final int recentCount
firstUnseen
public final int firstUnseen
unseenCount
public final int unseenCount
uidValidity
public final long uidValidity
changeToken
public final java.lang.String changeToken
search
public final java.util.NavigableMap search
ImapService.FolderStatus
public ImapService.FolderStatus(int messageCount,
int recentCount,
int firstUnseen,
int unseenCount,
long uidValidity,
java.lang.String changeToken,
java.util.NavigableMap search)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.