public class UserMailbox
extends java.lang.Object
| Constructor and Description |
|---|
UserMailbox()
Initializes a new instance of the UserMailbox class.
|
UserMailbox(java.lang.String id)
Initializes a new instance of the UserMailbox class.
|
UserMailbox(java.lang.String id,
boolean isArchive)
Initializes a new instance of the UserMailbox class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the id.
|
boolean |
isArchive()
Checks if is archive.
|
void |
setAsArchive(boolean isArchive)
Sets the as archive.
|
void |
setId(java.lang.String id)
Sets the id.
|
public UserMailbox()
public UserMailbox(java.lang.String id)
id - the idpublic UserMailbox(java.lang.String id,
boolean isArchive)
id - the idisArchive - the is archivepublic java.lang.String getId()
public void setId(java.lang.String id)
id - the new idpublic boolean isArchive()
public void setAsArchive(boolean isArchive)
isArchive - the new as archive