public interface Mailbox extends OsidCatalog
A mailbox defines a collection of messages.
| Modifier and Type | Method and Description |
|---|---|
MailboxRecord |
getMailboxRecord(Type mailboxRecordType)
Gets the record corresponding to the given
Mailbox
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdMailboxRecord getMailboxRecord(Type mailboxRecordType) throws OperationFailedException
Mailbox
record Type. This method is used to retrieve an object
implementing the requested record. The mailboxRecordType
may be the Type returned in
getRecordTypes() or any of its parents in a Type
hierarchy where hasRecordType(mailboxRecordType)
is true .mailboxRecordType - the mailbox record typeNullArgumentException - mailboxRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(mailboxRecordType) is false
mandatory - This method must be implemented.