public class CommonEmailAddress extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommonEmailAddress.Purpose |
| Constructor and Description |
|---|
CommonEmailAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAddress()
A correctly formatted email address, as defined by the addr_spec format in [RFC 5322](https://www.ietf.org/rfc/rfc5322.txt)
|
Boolean |
getIsPreferred()
May be true for one and only one email record in the collection.
|
CommonEmailAddress.Purpose |
getPurpose()
Get purpose
|
int |
hashCode() |
void |
setAddress(String address) |
void |
setIsPreferred(Boolean isPreferred) |
void |
setPurpose(CommonEmailAddress.Purpose purpose) |
String |
toString() |
public String getAddress()
public void setAddress(String address)
public Boolean getIsPreferred()
public void setIsPreferred(Boolean isPreferred)
public CommonEmailAddress.Purpose getPurpose()
public void setPurpose(CommonEmailAddress.Purpose purpose)
Copyright © 2019. All rights reserved.