public interface IEmailAddress extends IHasDisplayName, Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
default String |
getDisplayName() |
String |
getPersonal() |
default boolean |
hasPersonal() |
getComparatorCollatingdefault boolean hasPersonal()
true if a personal name is present, false
if not.@Nonnull default String getDisplayName()
getDisplayName in interface IHasDisplayNamenull.Copyright © 2014–2017 Philip Helger. All rights reserved.