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 startDate, String endDate) Get a contact's details Along with the contact details, this endpoint will show the statistics of contact for the recent 90 days by default.ContactsApi.getContactInfo(GetContactInfoIdentifierParameter identifier, String startDate, String endDate, Map<String, String> additionalHeaders) Get a contact's details Along with the contact details, this endpoint will show the statistics of contact for the recent 90 days by default. -
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)