public interface Mailbox<Id>
| Modifier and Type | Method and Description |
|---|---|
MailboxACL |
getACL()
Gets the current ACL for this mailbox.
|
Id |
getMailboxId()
Gets the unique mailbox ID.
|
String |
getName()
Gets the current name for this mailbox.
|
String |
getNamespace()
Gets the current namespace for this mailbox.
|
long |
getUidValidity()
Gets the current UID VALIDITY for this mailbox.
|
String |
getUser()
Gets the current user for this mailbox.
|
void |
setACL(MailboxACL acl)
Sets the current ACL for this mailbox.
|
void |
setName(String name)
Sets the current name for this mailbox.
|
void |
setNamespace(String namespace)
Sets the current namespace for this mailbox.
|
void |
setUser(String user)
Sets the current user for this mailbox.
|
Id getMailboxId()
String getNamespace()
void setNamespace(String namespace)
namespace - not nullString getUser()
void setUser(String user)
user - not nullString getName()
void setName(String name)
name - not nulllong getUidValidity()
MailboxACL getACL()
void setACL(MailboxACL acl)
acl - Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.