Uses of Class
software.xdev.brevo.model.UpdateBatchContactsContactsInner
Packages that use UpdateBatchContactsContactsInner
-
Uses of UpdateBatchContactsContactsInner in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return UpdateBatchContactsContactsInnerModifier and TypeMethodDescriptionUpdateBatchContactsContactsInner.addListIdsItem(Long listIdsItem) UpdateBatchContactsContactsInner.addSmtpBlacklistSenderItem(String smtpBlacklistSenderItem) UpdateBatchContactsContactsInner.addUnlinkListIdsItem(Long unlinkListIdsItem) UpdateBatchContactsContactsInner.attributes(Map<String, Object> attributes) UpdateBatchContactsContactsInner.emailBlacklisted(Boolean emailBlacklisted) UpdateBatchContactsContactsInner.putAttributesItem(String key, Object attributesItem) UpdateBatchContactsContactsInner.smsBlacklisted(Boolean smsBlacklisted) UpdateBatchContactsContactsInner.smtpBlacklistSender(List<String> smtpBlacklistSender) UpdateBatchContactsContactsInner.unlinkListIds(List<Long> unlinkListIds) Methods in software.xdev.brevo.model that return types with arguments of type UpdateBatchContactsContactsInnerModifier and TypeMethodDescriptionUpdateBatchContacts.getContacts()List of contacts to be updatedMethods in software.xdev.brevo.model with parameters of type UpdateBatchContactsContactsInnerModifier and TypeMethodDescriptionUpdateBatchContacts.addContactsItem(UpdateBatchContactsContactsInner contactsItem) Method parameters in software.xdev.brevo.model with type arguments of type UpdateBatchContactsContactsInnerModifier and TypeMethodDescriptionUpdateBatchContacts.contacts(List<UpdateBatchContactsContactsInner> contacts) voidUpdateBatchContacts.setContacts(List<UpdateBatchContactsContactsInner> contacts)