Uses of Class
cz.quanti.mailq.entities.v2.RecipientsListEntryEntity
-
Packages that use RecipientsListEntryEntity Package Description cz.quanti.mailq cz.quanti.mailq.entities.v2 cz.quanti.mailq.resources.v2 -
-
Uses of RecipientsListEntryEntity in cz.quanti.mailq
Methods in cz.quanti.mailq with parameters of type RecipientsListEntryEntity Modifier and Type Method Description voidMailQ. updateRecipientFromList(Long recipientsListId, RecipientsListEntryEntity recipientsListEntry)Update entry from recipients listvoidMailQ. updateRecipientFromList(Long recipientsListId, RecipientsListEntryEntity recipientsListEntry, Boolean validate)Update entry from recipients listMethod parameters in cz.quanti.mailq with type arguments of type RecipientsListEntryEntity Modifier and Type Method Description voidMailQ. addRecipientsToList(Long recipientsListId, List<RecipientsListEntryEntity> entries)Add multiple recipients to the list with validation of e-mail addresses.voidMailQ. addRecipientsToList(Long recipientsListId, List<RecipientsListEntryEntity> entries, Boolean validate)Add multiple recipients to the list. -
Uses of RecipientsListEntryEntity in cz.quanti.mailq.entities.v2
Methods in cz.quanti.mailq.entities.v2 that return RecipientsListEntryEntity Modifier and Type Method Description RecipientsListEntryEntityRecipientsListEntryEntity. addData(String key, Object value)RecipientsListEntryEntityRecipientsListEntryEntity. setData(Map<String,Object> data)RecipientsListEntryEntityRecipientsListEntryEntity. setEmail(String email)Methods in cz.quanti.mailq.entities.v2 that return types with arguments of type RecipientsListEntryEntity Modifier and Type Method Description List<RecipientsListEntryEntity>RecipientsListEntriesEntity. getRecipientsListEntries()Iterator<RecipientsListEntryEntity>RecipientsListEntriesEntity. iterator()Spliterator<RecipientsListEntryEntity>RecipientsListEntriesEntity. spliterator()Method parameters in cz.quanti.mailq.entities.v2 with type arguments of type RecipientsListEntryEntity Modifier and Type Method Description voidRecipientsListEntriesEntity. forEach(java.util.function.Consumer<? super RecipientsListEntryEntity> action)Constructor parameters in cz.quanti.mailq.entities.v2 with type arguments of type RecipientsListEntryEntity Constructor Description RecipientsListEntriesEntity(List<RecipientsListEntryEntity> recipientsListEntries) -
Uses of RecipientsListEntryEntity in cz.quanti.mailq.resources.v2
Methods in cz.quanti.mailq.resources.v2 with parameters of type RecipientsListEntryEntity Modifier and Type Method Description voidRecipientsListResource. updateRecipientFromList(Long recipientsListId, RecipientsListEntryEntity recipientsListEntry, Boolean validate)
-