Uses of Class
software.xdev.brevo.model.CreateContact
Packages that use CreateContact
-
Uses of CreateContact in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type CreateContactModifier and TypeMethodDescriptionContactsApi.createContact(CreateContact createContact) Create a contact Creates new contacts on Brevo.ContactsApi.createContact(CreateContact createContact, Map<String, String> additionalHeaders) Create a contact Creates new contacts on Brevo. -
Uses of CreateContact in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return CreateContactModifier and TypeMethodDescriptionCreateContact.addListIdsItem(Long listIdsItem) CreateContact.addSmtpBlacklistSenderItem(String smtpBlacklistSenderItem) CreateContact.attributes(Map<String, Object> attributes) CreateContact.emailBlacklisted(Boolean emailBlacklisted) CreateContact.putAttributesItem(String key, Object attributesItem) CreateContact.smsBlacklisted(Boolean smsBlacklisted) CreateContact.smtpBlacklistSender(List<String> smtpBlacklistSender) CreateContact.updateEnabled(Boolean updateEnabled)