Uses of Class
software.xdev.brevo.model.GetExtendedContactDetails
Packages that use GetExtendedContactDetails
-
Uses of GetExtendedContactDetails in software.xdev.brevo.api
Methods in software.xdev.brevo.api that return GetExtendedContactDetailsModifier and TypeMethodDescriptionContactsApi.getContactInfo(GetContactInfoIdentifierParameter identifier, String identifierType, String startDate, String endDate) Get a contact's details There are 2 ways to get a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}?ContactsApi.getContactInfo(GetContactInfoIdentifierParameter identifier, String identifierType, String startDate, String endDate, Map<String, String> additionalHeaders) Get a contact's details There are 2 ways to get a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}? -
Uses of GetExtendedContactDetails in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return GetExtendedContactDetailsModifier and TypeMethodDescriptionGetExtendedContactDetails.addListIdsItem(Long listIdsItem) GetExtendedContactDetails.addListUnsubscribedItem(Long listUnsubscribedItem) GetExtendedContactDetails.attributes(Object attributes) GetExtendedContactDetails.emailBlacklisted(Boolean emailBlacklisted) GetExtendedContactDetails.listUnsubscribed(List<Long> listUnsubscribed) GetExtendedContactDetails.modifiedAt(String modifiedAt) GetExtendedContactDetails.smsBlacklisted(Boolean smsBlacklisted) GetExtendedContactDetails.statistics(GetExtendedContactDetailsAllOfStatistics statistics)