Package software.xdev.brevo.model
Class GetExtendedContactDetails
java.lang.Object
software.xdev.brevo.model.GetExtendedContactDetails
GetExtendedContactDetails
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddListIdsItem(Long listIdsItem) addListUnsubscribedItem(Long listUnsubscribedItem) attributes(Object attributes) emailBlacklisted(Boolean emailBlacklisted) booleanSet of attributes of the contactCreation UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ)getEmail()Email address of the contact for which you requested the detailsBlacklist status for email campaigns (true=blacklisted, false=not blacklisted)getId()ID of the contact for which you requested the detailsGet listIdsGet listUnsubscribedLast modification UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ)Blacklist status for SMS campaigns (true=blacklisted, false=not blacklisted)Get statisticsinthashCode()listUnsubscribed(List<Long> listUnsubscribed) modifiedAt(String modifiedAt) voidsetAttributes(Object attributes) voidsetCreatedAt(String createdAt) voidvoidsetEmailBlacklisted(Boolean emailBlacklisted) voidvoidsetListIds(List<Long> listIds) voidsetListUnsubscribed(List<Long> listUnsubscribed) voidsetModifiedAt(String modifiedAt) voidsetSmsBlacklisted(Boolean smsBlacklisted) voidsmsBlacklisted(Boolean smsBlacklisted) statistics(GetExtendedContactDetailsAllOfStatistics statistics) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_EMAIL_BLACKLISTED
- See Also:
-
JSON_PROPERTY_SMS_BLACKLISTED
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_MODIFIED_AT
- See Also:
-
JSON_PROPERTY_LIST_IDS
- See Also:
-
JSON_PROPERTY_LIST_UNSUBSCRIBED
- See Also:
-
JSON_PROPERTY_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_STATISTICS
- See Also:
-
-
Constructor Details
-
GetExtendedContactDetails
public GetExtendedContactDetails()
-
-
Method Details
-
email
-
getEmail
Email address of the contact for which you requested the details- Returns:
-
setEmail
-
id
-
getId
ID of the contact for which you requested the details- Returns:
- id
-
setId
-
emailBlacklisted
-
getEmailBlacklisted
Blacklist status for email campaigns (true=blacklisted, false=not blacklisted)- Returns:
- emailBlacklisted
-
setEmailBlacklisted
-
smsBlacklisted
-
getSmsBlacklisted
Blacklist status for SMS campaigns (true=blacklisted, false=not blacklisted)- Returns:
- smsBlacklisted
-
setSmsBlacklisted
-
createdAt
-
getCreatedAt
Creation UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ)- Returns:
- createdAt
-
setCreatedAt
-
modifiedAt
-
getModifiedAt
Last modification UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ)- Returns:
- modifiedAt
-
setModifiedAt
-
listIds
-
addListIdsItem
-
getListIds
Get listIds- Returns:
- listIds
-
setListIds
-
listUnsubscribed
-
addListUnsubscribedItem
-
getListUnsubscribed
Get listUnsubscribed- Returns:
- listUnsubscribed
-
setListUnsubscribed
-
attributes
-
getAttributes
Set of attributes of the contact- Returns:
- attributes
-
setAttributes
-
statistics
public GetExtendedContactDetails statistics(@Nonnull GetExtendedContactDetailsAllOfStatistics statistics) -
getStatistics
Get statistics- Returns:
- statistics
-
setStatistics
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-