Uses of Class
software.xdev.brevo.model.UpdateContact
Packages that use UpdateContact
-
Uses of UpdateContact in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type UpdateContactModifier and TypeMethodDescriptionvoidContactsApi.updateContact(GetContactInfoIdentifierParameter identifier, UpdateContact updateContact, String identifierType) Update a contact There are 2 ways to update a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}?voidContactsApi.updateContact(GetContactInfoIdentifierParameter identifier, UpdateContact updateContact, String identifierType, Map<String, String> additionalHeaders) Update a contact There are 2 ways to update 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 UpdateContact in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return UpdateContactModifier and TypeMethodDescriptionUpdateContact.addListIdsItem(Long listIdsItem) UpdateContact.addSmtpBlacklistSenderItem(String smtpBlacklistSenderItem) UpdateContact.addUnlinkListIdsItem(Long unlinkListIdsItem) UpdateContact.attributes(Map<String, Object> attributes) UpdateContact.emailBlacklisted(Boolean emailBlacklisted) UpdateContact.putAttributesItem(String key, Object attributesItem) UpdateContact.smsBlacklisted(Boolean smsBlacklisted) UpdateContact.smtpBlacklistSender(List<String> smtpBlacklistSender) UpdateContact.unlinkListIds(List<Long> unlinkListIds)