@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-05T09:29:01.544Z") public class Contact extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Contact.ConsentTrackingEnum
Gets or Sets consentTracking
|
static class |
Contact.SourceEnum
Source of URL of payment
|
static class |
Contact.StatusEnum
Name of status: Active, Engaged, Inactive, Abuse, Bounced, Unsubscribed.
|
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
Contact |
bouncedErrorCode(Integer bouncedErrorCode) |
Contact |
bouncedErrorMessage(String bouncedErrorMessage) |
Contact |
consentDate(org.threeten.bp.OffsetDateTime consentDate) |
Contact |
consentIP(String consentIP) |
Contact |
consentTracking(Contact.ConsentTrackingEnum consentTracking) |
Contact |
contactScore(Integer contactScore) |
Contact |
createdFromIP(String createdFromIP) |
Contact |
customFields(Map<String,String> customFields) |
Contact |
dateAdded(org.threeten.bp.OffsetDateTime dateAdded) |
Contact |
dateUpdated(org.threeten.bp.OffsetDateTime dateUpdated) |
Contact |
email(String email) |
boolean |
equals(Object o) |
Contact |
errorCode(Integer errorCode) |
Contact |
firstFailedDate(org.threeten.bp.OffsetDateTime firstFailedDate) |
Contact |
firstName(String firstName) |
Contact |
friendlyErrorMessage(String friendlyErrorMessage) |
Integer |
getBouncedErrorCode()
RFC Error code
|
String |
getBouncedErrorMessage()
RFC error message
|
org.threeten.bp.OffsetDateTime |
getConsentDate()
Date of consent to send this contact(s) your email.
|
String |
getConsentIP()
IP address of consent to send this contact(s) your email.
|
Contact.ConsentTrackingEnum |
getConsentTracking()
Get consentTracking
|
Integer |
getContactScore()
Get contactScore
|
String |
getCreatedFromIP()
IP address
|
Map<String,String> |
getCustomFields()
Get customFields
|
org.threeten.bp.OffsetDateTime |
getDateAdded()
Date of creation in YYYY-MM-DDThh:ii:ss format
|
org.threeten.bp.OffsetDateTime |
getDateUpdated()
Last change date
|
String |
getEmail()
Proper email address.
|
Integer |
getErrorCode()
RFC Error code
|
org.threeten.bp.OffsetDateTime |
getFirstFailedDate()
Date of first failed message
|
String |
getFirstName()
First name.
|
String |
getFriendlyErrorMessage()
RFC error message
|
org.threeten.bp.OffsetDateTime |
getLastClicked()
Get lastClicked
|
Integer |
getLastFailedCount()
Number of fails in sending to this Contact
|
String |
getLastName()
Last name.
|
org.threeten.bp.OffsetDateTime |
getLastOpened()
Date this contact last opened an email
|
String |
getNotes()
Free form field of notes
|
Contact.SourceEnum |
getSource()
Source of URL of payment
|
Contact.StatusEnum |
getStatus()
Name of status: Active, Engaged, Inactive, Abuse, Bounced, Unsubscribed.
|
Integer |
getTotalClicked()
Total emails clicked
|
Integer |
getTotalFailed()
Total emails failed.
|
Integer |
getTotalOpened()
Total emails opened.
|
Integer |
getTotalSent()
Total emails sent.
|
org.threeten.bp.OffsetDateTime |
getUnsubscribedDate()
Unsubscribed date in YYYY-MM-DD format
|
String |
getWebsiteUrl()
Website of contact
|
int |
hashCode() |
Contact |
lastClicked(org.threeten.bp.OffsetDateTime lastClicked) |
Contact |
lastFailedCount(Integer lastFailedCount) |
Contact |
lastName(String lastName) |
Contact |
lastOpened(org.threeten.bp.OffsetDateTime lastOpened) |
Contact |
notes(String notes) |
Contact |
putCustomFieldsItem(String key,
String customFieldsItem) |
void |
setBouncedErrorCode(Integer bouncedErrorCode) |
void |
setBouncedErrorMessage(String bouncedErrorMessage) |
void |
setConsentDate(org.threeten.bp.OffsetDateTime consentDate) |
void |
setConsentIP(String consentIP) |
void |
setConsentTracking(Contact.ConsentTrackingEnum consentTracking) |
void |
setContactScore(Integer contactScore) |
void |
setCreatedFromIP(String createdFromIP) |
void |
setCustomFields(Map<String,String> customFields) |
void |
setDateAdded(org.threeten.bp.OffsetDateTime dateAdded) |
void |
setDateUpdated(org.threeten.bp.OffsetDateTime dateUpdated) |
void |
setEmail(String email) |
void |
setErrorCode(Integer errorCode) |
void |
setFirstFailedDate(org.threeten.bp.OffsetDateTime firstFailedDate) |
void |
setFirstName(String firstName) |
void |
setFriendlyErrorMessage(String friendlyErrorMessage) |
void |
setLastClicked(org.threeten.bp.OffsetDateTime lastClicked) |
void |
setLastFailedCount(Integer lastFailedCount) |
void |
setLastName(String lastName) |
void |
setLastOpened(org.threeten.bp.OffsetDateTime lastOpened) |
void |
setNotes(String notes) |
void |
setSource(Contact.SourceEnum source) |
void |
setStatus(Contact.StatusEnum status) |
void |
setTotalClicked(Integer totalClicked) |
void |
setTotalFailed(Integer totalFailed) |
void |
setTotalOpened(Integer totalOpened) |
void |
setTotalSent(Integer totalSent) |
void |
setUnsubscribedDate(org.threeten.bp.OffsetDateTime unsubscribedDate) |
void |
setWebsiteUrl(String websiteUrl) |
Contact |
source(Contact.SourceEnum source) |
Contact |
status(Contact.StatusEnum status) |
String |
toString() |
Contact |
totalClicked(Integer totalClicked) |
Contact |
totalFailed(Integer totalFailed) |
Contact |
totalOpened(Integer totalOpened) |
Contact |
totalSent(Integer totalSent) |
Contact |
unsubscribedDate(org.threeten.bp.OffsetDateTime unsubscribedDate) |
Contact |
websiteUrl(String websiteUrl) |
public Integer getContactScore()
public void setContactScore(Integer contactScore)
public Contact dateAdded(org.threeten.bp.OffsetDateTime dateAdded)
public org.threeten.bp.OffsetDateTime getDateAdded()
public void setDateAdded(org.threeten.bp.OffsetDateTime dateAdded)
public String getEmail()
public void setEmail(String email)
public String getFirstName()
public void setFirstName(String firstName)
public String getLastName()
public void setLastName(String lastName)
public Contact status(Contact.StatusEnum status)
public Contact.StatusEnum getStatus()
public void setStatus(Contact.StatusEnum status)
public Integer getBouncedErrorCode()
public void setBouncedErrorCode(Integer bouncedErrorCode)
public String getBouncedErrorMessage()
public void setBouncedErrorMessage(String bouncedErrorMessage)
public Integer getTotalSent()
public void setTotalSent(Integer totalSent)
public Integer getTotalFailed()
public void setTotalFailed(Integer totalFailed)
public Integer getTotalOpened()
public void setTotalOpened(Integer totalOpened)
public Integer getTotalClicked()
public void setTotalClicked(Integer totalClicked)
public Contact firstFailedDate(org.threeten.bp.OffsetDateTime firstFailedDate)
public org.threeten.bp.OffsetDateTime getFirstFailedDate()
public void setFirstFailedDate(org.threeten.bp.OffsetDateTime firstFailedDate)
public Integer getLastFailedCount()
public void setLastFailedCount(Integer lastFailedCount)
public Contact dateUpdated(org.threeten.bp.OffsetDateTime dateUpdated)
public org.threeten.bp.OffsetDateTime getDateUpdated()
public void setDateUpdated(org.threeten.bp.OffsetDateTime dateUpdated)
public Contact source(Contact.SourceEnum source)
public Contact.SourceEnum getSource()
public void setSource(Contact.SourceEnum source)
public Integer getErrorCode()
public void setErrorCode(Integer errorCode)
public String getFriendlyErrorMessage()
public void setFriendlyErrorMessage(String friendlyErrorMessage)
public String getCreatedFromIP()
public void setCreatedFromIP(String createdFromIP)
public String getConsentIP()
public void setConsentIP(String consentIP)
public Contact consentDate(org.threeten.bp.OffsetDateTime consentDate)
public org.threeten.bp.OffsetDateTime getConsentDate()
public void setConsentDate(org.threeten.bp.OffsetDateTime consentDate)
public Contact consentTracking(Contact.ConsentTrackingEnum consentTracking)
public Contact.ConsentTrackingEnum getConsentTracking()
public void setConsentTracking(Contact.ConsentTrackingEnum consentTracking)
public Contact unsubscribedDate(org.threeten.bp.OffsetDateTime unsubscribedDate)
public org.threeten.bp.OffsetDateTime getUnsubscribedDate()
public void setUnsubscribedDate(org.threeten.bp.OffsetDateTime unsubscribedDate)
public String getNotes()
public void setNotes(String notes)
public String getWebsiteUrl()
public void setWebsiteUrl(String websiteUrl)
public Contact lastOpened(org.threeten.bp.OffsetDateTime lastOpened)
public org.threeten.bp.OffsetDateTime getLastOpened()
public void setLastOpened(org.threeten.bp.OffsetDateTime lastOpened)
public Contact lastClicked(org.threeten.bp.OffsetDateTime lastClicked)
public org.threeten.bp.OffsetDateTime getLastClicked()
public void setLastClicked(org.threeten.bp.OffsetDateTime lastClicked)
Copyright © 2019. All rights reserved.