public class OutlookEmail extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName
The display name.
|
protected String |
email
The email.
|
| Modifier | Constructor and Description |
|---|---|
protected |
OutlookEmail(String email,
String displayName)
Instantiates a new outlook email.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the display name.
|
String |
getEmail()
Gets the email.
|
protected void |
setEmail(String email)
Sets the email.
|
String |
toString() |
protected final String displayName
protected String email
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.