public interface Contactable
Modifier and Type | Method and Description |
---|---|
Boolean |
getDeleted() |
String |
getDisplayName() |
String |
getEmail() |
String |
getFamilyName() |
String |
getGivenName() |
String |
getHonorific() |
Long |
getId() |
boolean |
isDisabled()
Is the user disabled, will by default exclude from mailings
|
boolean |
isOptedOut()
Opted out of all standard, non-transactional mailings.
|
boolean |
isTotallyOptedOut()
Opted out of all emails, even transactional emails, even password reset emails and such.
|
String getGivenName()
String getFamilyName()
String getDisplayName()
String getHonorific()
boolean isOptedOut()
boolean isTotallyOptedOut()
Boolean getDeleted()
boolean isDisabled()
Copyright © 2016. All rights reserved.