public class MailboxStatisticsItem
extends java.lang.Object
| Constructor and Description |
|---|
MailboxStatisticsItem()
Initializes a new instance of the MailboxStatisticsItem class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName()
Gets the display name.
|
int |
getItemCount()
Gets the item count.
|
java.lang.String |
getMailboxId()
Gets the mailbox id.
|
int |
getSize()
Gets the size.
|
java.lang.String |
toString()
Converts the value of the current MailboxStatisticsItem object to its equivalent string representation.
|
public MailboxStatisticsItem()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getMailboxId()
public java.lang.String getDisplayName()
public int getItemCount()
public int getSize()